Shades of Dark Violet #AF10CB
Tints of Dark Violet #AF10CB
RGB
CMYK
RGB Variations
Color information
#AF10CB (or 0xAF10CB) is known color: Dark Violet. HEX triplet: AF, 10 and CB. RGB value is (175,16,203). Sum of RGB (Red+Green+Blue) = 175+16+203=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 16 (6.64% from 255 or 4.06% from 394); Blue value is 203 (79.69% from 255 or 51.52% from 394); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF10CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF10CB is #50EF34. Grayscale: #545454. Windows color (decimal): -5304117 or 13308079. OLE color: 13308079.
HSL color Cylindrical-coordinate representation of color #AF10CB: hue angle of 291.02º 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 #AF10CB is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 16 | 203 | - |
| CMYK | 0.14 | 0.92 | 0 | 0.20 |
| HSL | 291.02º | 0.85% | 0.43% | - |
| HSV(B) | 291.02º | 0.92% | 0.8% | - |
| XYZ | 28.64 | 13.8 | 57.65 | - |
| YUV | 84.86 | 194.68 | 192.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 16 | 203 | 0.14 | 0.92 | 0 | 0.20 | 291.02 | 0.85 | 0.43 |
| Hex | AF | 10 | CB | E | 5C | 0 | 14 | 123 | 55 | 2B |
| Octal | 257 | 20 | 313 | 16 | 134 | 0 | 24 | 443 | 125 | 53 |
| Binary | 10101111 | 10000 | 11001011 | 1110 | 1011100 | 0 | 10100 | 100100011 | 1010101 | 101011 |
Color Harmonies of #AF10CB
Complementary color
Monochromatic Colors of #AF10CB
Black with #AF10CB
Text Example
Text Example
White with #AF10CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF10CB; }
p { color: rgb(175,16,203); }
H1.HeaderClassName
{
color: #AF10CB;
}
.AnyTagClassName
{
color: #AF10CB;
}
</style>
background-color css
<style>
a { background-color: #AF10CB; }
a { background-color: rgb(175,16,203); }
div.DivClassName
{
background-color: #AF10CB;
}
.BgClassName
{
background-color: #AF10CB;
}
</style>
border-color css
<style>
span { border-color: #AF10CB; }
span { border-color: rgb(175,16,203); }
td.TdClassName
{
border-color: #AF10CB;
}
.TagClassName
{
border-color: #AF10CB;
}
</style>