Shades of Dark Violet #AF12E1
Tints of Dark Violet #AF12E1
RGB
CMYK
RGB Variations
Color information
#AF12E1 (or 0xAF12E1) is known color: Dark Violet. HEX triplet: AF, 12 and E1. RGB value is (175,18,225). Sum of RGB (Red+Green+Blue) = 175+18+225=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 18 (7.42% from 255 or 4.31% from 418); Blue value is 225 (88.28% from 255 or 53.83% from 418); Max value from RGB is 225 - color contains mainly: blue. Hex color #AF12E1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF12E1 is #50ED1E. Grayscale: #575757. Windows color (decimal): -5303583 or 14750383. OLE color: 14750383.
HSL color Cylindrical-coordinate representation of color #AF12E1: hue angle of 285.51º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AF12E1 is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 18 | 225 | - |
| CMYK | 0.22 | 0.92 | 0 | 0.12 |
| HSL | 285.51º | 0.85% | 0.48% | - |
| HSV(B) | 285.51º | 0.92% | 0.88% | - |
| XYZ | 31.49 | 14.98 | 72.47 | - |
| YUV | 88.54 | 205.01 | 189.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 18 | 225 | 0.22 | 0.92 | 0 | 0.12 | 285.51 | 0.85 | 0.48 |
| Hex | AF | 12 | E1 | 16 | 5C | 0 | C | 11E | 55 | 30 |
| Octal | 257 | 22 | 341 | 26 | 134 | 0 | 14 | 436 | 125 | 60 |
| Binary | 10101111 | 10010 | 11100001 | 10110 | 1011100 | 0 | 1100 | 100011110 | 1010101 | 110000 |
Color Harmonies of #AF12E1
Complementary color
Monochromatic Colors of #AF12E1
Black with #AF12E1
Text Example
Text Example
White with #AF12E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF12E1; }
p { color: rgb(175,18,225); }
H1.HeaderClassName
{
color: #AF12E1;
}
.AnyTagClassName
{
color: #AF12E1;
}
</style>
background-color css
<style>
a { background-color: #AF12E1; }
a { background-color: rgb(175,18,225); }
div.DivClassName
{
background-color: #AF12E1;
}
.BgClassName
{
background-color: #AF12E1;
}
</style>
border-color css
<style>
span { border-color: #AF12E1; }
span { border-color: rgb(175,18,225); }
td.TdClassName
{
border-color: #AF12E1;
}
.TagClassName
{
border-color: #AF12E1;
}
</style>