HEX: #AF76CD
RGB: (175,118,205)
#AF76CD contains mainly red and blue colors. Web safe color of #AF76CD is #9966CC (or #96C).
#AF76CD color RGB value is (175,118,205).
RGB: (175,118,205)
(69%, 46%, 80%)
R 175 of 255 = 69%
G 118 of 255 = 46%
B 205 of 255 = 80%
R + G + B ~ 65%. #AF76CD is quite light color.
R + G + B = 175 + 118 + 205 = 498 (100%)
R 175 of 498 ~ 35.14%
G 118 of 498 ~ 23.69%
B 205 of 498 ~ 41.16'%
#AF76CD color CMYK value is (15,42,0,20).
CMYK: (15,42,0,20)
C15M42Y0K20 (15%, 42%, 0%, 20%)
(0.15 / 0.42 / 0.00 / 0.20)
Color #AF76CD in popluar color models
AF | 76 | CD | |
---|---|---|---|
RGB | 175 | 118 | 205 |
HSL | 279° | 46.52% | 63.33% |
HSB/HSV | 279° | 42.44% | 80.39% |
CMYK | 14.63% | 42.44% | 0.00% |
19.61% |
Color #AF76CD in popluar number systems.
HEX | AF | 76 | CD |
Decimal | 175 | 118 | 205 |
Binary | 10101111 | 1110110 | 11001101 |
Octal | 257 | 166 | 315 |
Shades of #AF76CD
Tints of #AF76CD
Examples of css and html codes for elements with #AF76CD color. Also use rgb(175,118,205) instead hex code.
.myTextColor { color: #AF76CD; }
<p style="color:#AF76CD">This sample text font color is #AF76CD.</p>
This text font color is #AF76CD.
.myBgColor { background-color: #AF76CD; }
<div style="background-color:#AF76CD">Inner text</div>
This div background color is #AF76CD.
.myBorderColor { border: 1px solid #AF76CD; }
<div style="border:3px solid #AF76CD">Div</div>
This div border color is #AF76CD.
.myOpacity80 { color: #AF76CD; opacity: 0.8; }
<p style="color:#AF76CD;opacity:0.8;">80%</p>
Text with #AF76CD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AF76CD;}
<p style="text-shadow: 3px 3px 1px #AF76CD">Text here.</p>
This text has shadow with #AF76CD color.
.textShadow {text-shadow: 3px 3px 1px #AF76CD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AF76CD, 5px 5px 20px red">Text here.</p>
This text has shadow with #AF76CD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AF76CD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AF76CD, Direction=45, Strength=4)">Text</p>
This text has shadow with #AF76CD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AF76CD;
-webkit-box-shadow: 1px 1px 3px 2px #AF76CD;
box-shadow: 1px 1px 3px 2px #AF76CD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AF76CD; -webkit-box-shadow: 1px 1px 3px 2px #AF76CD; box-shadow:1px 1px 3px 2px #AF76CD;">
Div content here
</div>
This text has color #AF76CD on black background.
This text has color #AF76CD on white background.
This text has black color on #AF76CD background.
This text has white color on #AF76CD background.
Complementary color for #hex is #508932.