Shades of Dark Violet #AF14CB
Tints of Dark Violet #AF14CB
RGB
CMYK
RGB Variations
Color information
#AF14CB (or 0xAF14CB) is known color: Dark Violet. HEX triplet: AF, 14 and CB. RGB value is (175,20,203). Sum of RGB (Red+Green+Blue) = 175+20+203=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 20 (8.20% from 255 or 5.03% from 398); Blue value is 203 (79.69% from 255 or 51.01% from 398); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF14CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF14CB is #50EB34. Grayscale: #565656. Windows color (decimal): -5303093 or 13309103. OLE color: 13309103.
HSL color Cylindrical-coordinate representation of color #AF14CB: hue angle of 290.82º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF14CB is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 20 | 203 | - |
| CMYK | 0.14 | 0.90 | 0 | 0.20 |
| HSL | 290.82º | 0.82% | 0.44% | - |
| HSV(B) | 290.82º | 0.9% | 0.8% | - |
| XYZ | 28.71 | 13.93 | 57.67 | - |
| YUV | 87.21 | 193.35 | 190.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 20 | 203 | 0.14 | 0.90 | 0 | 0.20 | 290.82 | 0.82 | 0.44 |
| Hex | AF | 14 | CB | E | 5A | 0 | 14 | 123 | 52 | 2C |
| Octal | 257 | 24 | 313 | 16 | 132 | 0 | 24 | 443 | 122 | 54 |
| Binary | 10101111 | 10100 | 11001011 | 1110 | 1011010 | 0 | 10100 | 100100011 | 1010010 | 101100 |
Color Harmonies of #AF14CB
Complementary color
Monochromatic Colors of #AF14CB
Black with #AF14CB
Text Example
Text Example
White with #AF14CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF14CB; }
p { color: rgb(175,20,203); }
H1.HeaderClassName
{
color: #AF14CB;
}
.AnyTagClassName
{
color: #AF14CB;
}
</style>
background-color css
<style>
a { background-color: #AF14CB; }
a { background-color: rgb(175,20,203); }
div.DivClassName
{
background-color: #AF14CB;
}
.BgClassName
{
background-color: #AF14CB;
}
</style>
border-color css
<style>
span { border-color: #AF14CB; }
span { border-color: rgb(175,20,203); }
td.TdClassName
{
border-color: #AF14CB;
}
.TagClassName
{
border-color: #AF14CB;
}
</style>