Shades of Dark Violet #AF0CCC
Tints of Dark Violet #AF0CCC
RGB
CMYK
RGB Variations
Color information
#AF0CCC (or 0xAF0CCC) is known color: Dark Violet. HEX triplet: AF, 0C and CC. RGB value is (175,12,204). Sum of RGB (Red+Green+Blue) = 175+12+204=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 12 (5.08% from 255 or 3.07% from 391); Blue value is 204 (80.08% from 255 or 52.17% from 391); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF0CCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0CCC is #50F333. Grayscale: #525252. Windows color (decimal): -5305140 or 13372591. OLE color: 13372591.
HSL color Cylindrical-coordinate representation of color #AF0CCC: hue angle of 290.94º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF0CCC is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 175 | 12 | 204 | - |
| CMYK | 0.14 | 0.94 | 0 | 0.2 |
| HSL | 290.94º | 0.89% | 0.42% | - |
| HSV(B) | 290.94º | 0.94% | 0.8% | - |
| XYZ | 28.71 | 13.74 | 58.26 | - |
| YUV | 82.63 | 196.5 | 193.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 12 | 204 | 0.14 | 0.94 | 0 | 0.2 | 290.94 | 0.89 | 0.42 |
| Hex | AF | C | CC | E | 5E | 0 | 14 | 123 | 59 | 2A |
| Octal | 257 | 14 | 314 | 16 | 136 | 0 | 24 | 443 | 131 | 52 |
| Binary | 10101111 | 1100 | 11001100 | 1110 | 1011110 | 0 | 10100 | 100100011 | 1011001 | 101010 |
Color Harmonies of #AF0CCC
Complementary color
Monochromatic Colors of #AF0CCC
Black with #AF0CCC
Text Example
Text Example
White with #AF0CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0CCC; }
p { color: rgb(175,12,204); }
H1.HeaderClassName
{
color: #AF0CCC;
}
.AnyTagClassName
{
color: #AF0CCC;
}
</style>
background-color css
<style>
a { background-color: #AF0CCC; }
a { background-color: rgb(175,12,204); }
div.DivClassName
{
background-color: #AF0CCC;
}
.BgClassName
{
background-color: #AF0CCC;
}
</style>
border-color css
<style>
span { border-color: #AF0CCC; }
span { border-color: rgb(175,12,204); }
td.TdClassName
{
border-color: #AF0CCC;
}
.TagClassName
{
border-color: #AF0CCC;
}
</style>