Shades of Dark Violet #AF05CB
Tints of Dark Violet #AF05CB
RGB
CMYK
RGB Variations
Color information
#AF05CB (or 0xAF05CB) is known color: Dark Violet. HEX triplet: AF, 05 and CB. RGB value is (175,5,203). Sum of RGB (Red+Green+Blue) = 175+5+203=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 5 (2.34% from 255 or 1.31% from 383); Blue value is 203 (79.69% from 255 or 53.00% from 383); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF05CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF05CB is #50FA34. Grayscale: #4D4D4D. Windows color (decimal): -5306933 or 13305263. OLE color: 13305263.
HSL color Cylindrical-coordinate representation of color #AF05CB: hue angle of 291.52º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF05CB is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 5 | 203 | - |
| CMYK | 0.14 | 0.98 | 0 | 0.20 |
| HSL | 291.52º | 0.95% | 0.41% | - |
| HSV(B) | 291.52º | 0.98% | 0.8% | - |
| XYZ | 28.51 | 13.53 | 57.61 | - |
| YUV | 78.4 | 198.32 | 196.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 5 | 203 | 0.14 | 0.98 | 0 | 0.20 | 291.52 | 0.95 | 0.41 |
| Hex | AF | 5 | CB | E | 62 | 0 | 14 | 124 | 5F | 29 |
| Octal | 257 | 5 | 313 | 16 | 142 | 0 | 24 | 444 | 137 | 51 |
| Binary | 10101111 | 101 | 11001011 | 1110 | 1100010 | 0 | 10100 | 100100100 | 1011111 | 101001 |
Color Harmonies of #AF05CB
Complementary color
Monochromatic Colors of #AF05CB
Black with #AF05CB
Text Example
Text Example
White with #AF05CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF05CB; }
p { color: rgb(175,5,203); }
H1.HeaderClassName
{
color: #AF05CB;
}
.AnyTagClassName
{
color: #AF05CB;
}
</style>
background-color css
<style>
a { background-color: #AF05CB; }
a { background-color: rgb(175,5,203); }
div.DivClassName
{
background-color: #AF05CB;
}
.BgClassName
{
background-color: #AF05CB;
}
</style>
border-color css
<style>
span { border-color: #AF05CB; }
span { border-color: rgb(175,5,203); }
td.TdClassName
{
border-color: #AF05CB;
}
.TagClassName
{
border-color: #AF05CB;
}
</style>