Shades of Dark Violet #AF11CA
Tints of Dark Violet #AF11CA
RGB
CMYK
RGB Variations
Color information
#AF11CA (or 0xAF11CA) is known color: Dark Violet. HEX triplet: AF, 11 and CA. RGB value is (175,17,202). Sum of RGB (Red+Green+Blue) = 175+17+202=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 17 (7.03% from 255 or 4.31% from 394); Blue value is 202 (79.30% from 255 or 51.27% from 394); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF11CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF11CA is #50EE35. Grayscale: #545454. Windows color (decimal): -5303862 or 13242799. OLE color: 13242799.
HSL color Cylindrical-coordinate representation of color #AF11CA: hue angle of 291.24º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AF11CA is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 17 | 202 | - |
| CMYK | 0.13 | 0.92 | 0 | 0.21 |
| HSL | 291.24º | 0.84% | 0.43% | - |
| HSV(B) | 291.24º | 0.92% | 0.79% | - |
| XYZ | 28.54 | 13.78 | 57.03 | - |
| YUV | 85.33 | 193.85 | 191.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 17 | 202 | 0.13 | 0.92 | 0 | 0.21 | 291.24 | 0.84 | 0.43 |
| Hex | AF | 11 | CA | D | 5C | 0 | 15 | 123 | 54 | 2B |
| Octal | 257 | 21 | 312 | 15 | 134 | 0 | 25 | 443 | 124 | 53 |
| Binary | 10101111 | 10001 | 11001010 | 1101 | 1011100 | 0 | 10101 | 100100011 | 1010100 | 101011 |
Color Harmonies of #AF11CA
Complementary color
Monochromatic Colors of #AF11CA
Black with #AF11CA
Text Example
Text Example
White with #AF11CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF11CA; }
p { color: rgb(175,17,202); }
H1.HeaderClassName
{
color: #AF11CA;
}
.AnyTagClassName
{
color: #AF11CA;
}
</style>
background-color css
<style>
a { background-color: #AF11CA; }
a { background-color: rgb(175,17,202); }
div.DivClassName
{
background-color: #AF11CA;
}
.BgClassName
{
background-color: #AF11CA;
}
</style>
border-color css
<style>
span { border-color: #AF11CA; }
span { border-color: rgb(175,17,202); }
td.TdClassName
{
border-color: #AF11CA;
}
.TagClassName
{
border-color: #AF11CA;
}
</style>