Shades of Dark Violet #AF11CB
Tints of Dark Violet #AF11CB
RGB
CMYK
RGB Variations
Color information
#AF11CB (or 0xAF11CB) is known color: Dark Violet. HEX triplet: AF, 11 and CB. RGB value is (175,17,203). Sum of RGB (Red+Green+Blue) = 175+17+203=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 17 (7.03% from 255 or 4.30% from 395); Blue value is 203 (79.69% from 255 or 51.39% from 395); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF11CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF11CB is #50EE34. Grayscale: #545454. Windows color (decimal): -5303861 or 13308335. OLE color: 13308335.
HSL color Cylindrical-coordinate representation of color #AF11CB: hue angle of 290.97º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AF11CB is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 17 | 203 | - |
| CMYK | 0.14 | 0.92 | 0 | 0.20 |
| HSL | 290.97º | 0.85% | 0.43% | - |
| HSV(B) | 290.97º | 0.92% | 0.8% | - |
| XYZ | 28.66 | 13.83 | 57.66 | - |
| YUV | 85.45 | 194.35 | 191.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 17 | 203 | 0.14 | 0.92 | 0 | 0.20 | 290.97 | 0.85 | 0.43 |
| Hex | AF | 11 | CB | E | 5C | 0 | 14 | 123 | 55 | 2B |
| Octal | 257 | 21 | 313 | 16 | 134 | 0 | 24 | 443 | 125 | 53 |
| Binary | 10101111 | 10001 | 11001011 | 1110 | 1011100 | 0 | 10100 | 100100011 | 1010101 | 101011 |
Color Harmonies of #AF11CB
Complementary color
Monochromatic Colors of #AF11CB
Black with #AF11CB
Text Example
Text Example
White with #AF11CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF11CB; }
p { color: rgb(175,17,203); }
H1.HeaderClassName
{
color: #AF11CB;
}
.AnyTagClassName
{
color: #AF11CB;
}
</style>
background-color css
<style>
a { background-color: #AF11CB; }
a { background-color: rgb(175,17,203); }
div.DivClassName
{
background-color: #AF11CB;
}
.BgClassName
{
background-color: #AF11CB;
}
</style>
border-color css
<style>
span { border-color: #AF11CB; }
span { border-color: rgb(175,17,203); }
td.TdClassName
{
border-color: #AF11CB;
}
.TagClassName
{
border-color: #AF11CB;
}
</style>