Shades of Dark Violet #AF13CB
Tints of Dark Violet #AF13CB
RGB
CMYK
RGB Variations
Color information
#AF13CB (or 0xAF13CB) is known color: Dark Violet. HEX triplet: AF, 13 and CB. RGB value is (175,19,203). Sum of RGB (Red+Green+Blue) = 175+19+203=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 19 (7.81% from 255 or 4.79% from 397); Blue value is 203 (79.69% from 255 or 51.13% from 397); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF13CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF13CB is #50EC34. Grayscale: #565656. Windows color (decimal): -5303349 or 13308847. OLE color: 13308847.
HSL color Cylindrical-coordinate representation of color #AF13CB: hue angle of 290.87º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF13CB is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 19 | 203 | - |
| CMYK | 0.14 | 0.91 | 0 | 0.20 |
| HSL | 290.87º | 0.83% | 0.44% | - |
| HSV(B) | 290.87º | 0.91% | 0.8% | - |
| XYZ | 28.69 | 13.89 | 57.67 | - |
| YUV | 86.62 | 193.68 | 191.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 19 | 203 | 0.14 | 0.91 | 0 | 0.20 | 290.87 | 0.83 | 0.44 |
| Hex | AF | 13 | CB | E | 5B | 0 | 14 | 123 | 53 | 2C |
| Octal | 257 | 23 | 313 | 16 | 133 | 0 | 24 | 443 | 123 | 54 |
| Binary | 10101111 | 10011 | 11001011 | 1110 | 1011011 | 0 | 10100 | 100100011 | 1010011 | 101100 |
Color Harmonies of #AF13CB
Complementary color
Monochromatic Colors of #AF13CB
Black with #AF13CB
Text Example
Text Example
White with #AF13CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF13CB; }
p { color: rgb(175,19,203); }
H1.HeaderClassName
{
color: #AF13CB;
}
.AnyTagClassName
{
color: #AF13CB;
}
</style>
background-color css
<style>
a { background-color: #AF13CB; }
a { background-color: rgb(175,19,203); }
div.DivClassName
{
background-color: #AF13CB;
}
.BgClassName
{
background-color: #AF13CB;
}
</style>
border-color css
<style>
span { border-color: #AF13CB; }
span { border-color: rgb(175,19,203); }
td.TdClassName
{
border-color: #AF13CB;
}
.TagClassName
{
border-color: #AF13CB;
}
</style>