Shades of Dark Violet #AF12CF
Tints of Dark Violet #AF12CF
RGB
CMYK
RGB Variations
Color information
#AF12CF (or 0xAF12CF) is known color: Dark Violet. HEX triplet: AF, 12 and CF. RGB value is (175,18,207). Sum of RGB (Red+Green+Blue) = 175+18+207=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 18 (7.42% from 255 or 4.5% from 400); Blue value is 207 (81.25% from 255 or 51.75% from 400); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF12CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF12CF is #50ED30. Grayscale: #555555. Windows color (decimal): -5303601 or 13570735. OLE color: 13570735.
HSL color Cylindrical-coordinate representation of color #AF12CF: hue angle of 289.84º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF12CF is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 18 | 207 | - |
| CMYK | 0.15 | 0.91 | 0 | 0.19 |
| HSL | 289.84º | 0.84% | 0.44% | - |
| HSV(B) | 289.84º | 0.91% | 0.81% | - |
| XYZ | 29.16 | 14.05 | 60.21 | - |
| YUV | 86.49 | 196.01 | 191.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 18 | 207 | 0.15 | 0.91 | 0 | 0.19 | 289.84 | 0.84 | 0.44 |
| Hex | AF | 12 | CF | F | 5B | 0 | 13 | 122 | 54 | 2C |
| Octal | 257 | 22 | 317 | 17 | 133 | 0 | 23 | 442 | 124 | 54 |
| Binary | 10101111 | 10010 | 11001111 | 1111 | 1011011 | 0 | 10011 | 100100010 | 1010100 | 101100 |
Color Harmonies of #AF12CF
Complementary color
Monochromatic Colors of #AF12CF
Black with #AF12CF
Text Example
Text Example
White with #AF12CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF12CF; }
p { color: rgb(175,18,207); }
H1.HeaderClassName
{
color: #AF12CF;
}
.AnyTagClassName
{
color: #AF12CF;
}
</style>
background-color css
<style>
a { background-color: #AF12CF; }
a { background-color: rgb(175,18,207); }
div.DivClassName
{
background-color: #AF12CF;
}
.BgClassName
{
background-color: #AF12CF;
}
</style>
border-color css
<style>
span { border-color: #AF12CF; }
span { border-color: rgb(175,18,207); }
td.TdClassName
{
border-color: #AF12CF;
}
.TagClassName
{
border-color: #AF12CF;
}
</style>