Shades of Dark Violet #AF0CCA
Tints of Dark Violet #AF0CCA
RGB
CMYK
RGB Variations
Color information
#AF0CCA (or 0xAF0CCA) is known color: Dark Violet. HEX triplet: AF, 0C and CA. RGB value is (175,12,202). Sum of RGB (Red+Green+Blue) = 175+12+202=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 12 (5.08% from 255 or 3.08% from 389); Blue value is 202 (79.30% from 255 or 51.93% from 389); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF0CCA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0CCA is #50F335. Grayscale: #515151. Windows color (decimal): -5305142 or 13241519. OLE color: 13241519.
HSL color Cylindrical-coordinate representation of color #AF0CCA: hue angle of 291.47º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF0CCA is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 12 | 202 | - |
| CMYK | 0.13 | 0.94 | 0 | 0.21 |
| HSL | 291.47º | 0.89% | 0.42% | - |
| HSV(B) | 291.47º | 0.94% | 0.79% | - |
| XYZ | 28.47 | 13.64 | 57.01 | - |
| YUV | 82.4 | 195.5 | 194.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 12 | 202 | 0.13 | 0.94 | 0 | 0.21 | 291.47 | 0.89 | 0.42 |
| Hex | AF | C | CA | D | 5E | 0 | 15 | 123 | 59 | 2A |
| Octal | 257 | 14 | 312 | 15 | 136 | 0 | 25 | 443 | 131 | 52 |
| Binary | 10101111 | 1100 | 11001010 | 1101 | 1011110 | 0 | 10101 | 100100011 | 1011001 | 101010 |
Color Harmonies of #AF0CCA
Complementary color
Monochromatic Colors of #AF0CCA
Black with #AF0CCA
Text Example
Text Example
White with #AF0CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0CCA; }
p { color: rgb(175,12,202); }
H1.HeaderClassName
{
color: #AF0CCA;
}
.AnyTagClassName
{
color: #AF0CCA;
}
</style>
background-color css
<style>
a { background-color: #AF0CCA; }
a { background-color: rgb(175,12,202); }
div.DivClassName
{
background-color: #AF0CCA;
}
.BgClassName
{
background-color: #AF0CCA;
}
</style>
border-color css
<style>
span { border-color: #AF0CCA; }
span { border-color: rgb(175,12,202); }
td.TdClassName
{
border-color: #AF0CCA;
}
.TagClassName
{
border-color: #AF0CCA;
}
</style>