Shades of Dark Violet #AF10CF
Tints of Dark Violet #AF10CF
RGB
CMYK
RGB Variations
Color information
#AF10CF (or 0xAF10CF) is known color: Dark Violet. HEX triplet: AF, 10 and CF. RGB value is (175,16,207). Sum of RGB (Red+Green+Blue) = 175+16+207=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 16 (6.64% from 255 or 4.02% from 398); Blue value is 207 (81.25% from 255 or 52.01% from 398); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF10CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF10CF is #50EF30. Grayscale: #545454. Windows color (decimal): -5304113 or 13570223. OLE color: 13570223.
HSL color Cylindrical-coordinate representation of color #AF10CF: hue angle of 289.95º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AF10CF is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 16 | 207 | - |
| CMYK | 0.15 | 0.92 | 0 | 0.19 |
| HSL | 289.95º | 0.86% | 0.44% | - |
| HSV(B) | 289.95º | 0.92% | 0.81% | - |
| XYZ | 29.13 | 13.99 | 60.2 | - |
| YUV | 85.32 | 196.68 | 191.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 16 | 207 | 0.15 | 0.92 | 0 | 0.19 | 289.95 | 0.86 | 0.44 |
| Hex | AF | 10 | CF | F | 5C | 0 | 13 | 122 | 56 | 2C |
| Octal | 257 | 20 | 317 | 17 | 134 | 0 | 23 | 442 | 126 | 54 |
| Binary | 10101111 | 10000 | 11001111 | 1111 | 1011100 | 0 | 10011 | 100100010 | 1010110 | 101100 |
Color Harmonies of #AF10CF
Complementary color
Monochromatic Colors of #AF10CF
Black with #AF10CF
Text Example
Text Example
White with #AF10CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF10CF; }
p { color: rgb(175,16,207); }
H1.HeaderClassName
{
color: #AF10CF;
}
.AnyTagClassName
{
color: #AF10CF;
}
</style>
background-color css
<style>
a { background-color: #AF10CF; }
a { background-color: rgb(175,16,207); }
div.DivClassName
{
background-color: #AF10CF;
}
.BgClassName
{
background-color: #AF10CF;
}
</style>
border-color css
<style>
span { border-color: #AF10CF; }
span { border-color: rgb(175,16,207); }
td.TdClassName
{
border-color: #AF10CF;
}
.TagClassName
{
border-color: #AF10CF;
}
</style>