Shades of Dark Violet #AF15DC
Tints of Dark Violet #AF15DC
RGB
CMYK
RGB Variations
Color information
#AF15DC (or 0xAF15DC) is known color: Dark Violet. HEX triplet: AF, 15 and DC. RGB value is (175,21,220). Sum of RGB (Red+Green+Blue) = 175+21+220=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 21 (8.59% from 255 or 5.05% from 416); Blue value is 220 (86.33% from 255 or 52.88% from 416); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF15DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF15DC is #50EA23. Grayscale: #595959. Windows color (decimal): -5302820 or 14423471. OLE color: 14423471.
HSL color Cylindrical-coordinate representation of color #AF15DC: hue angle of 286.43º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF15DC is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 21 | 220 | - |
| CMYK | 0.20 | 0.90 | 0 | 0.14 |
| HSL | 286.43º | 0.83% | 0.47% | - |
| HSV(B) | 286.43º | 0.9% | 0.86% | - |
| XYZ | 30.87 | 14.82 | 68.94 | - |
| YUV | 89.73 | 201.52 | 188.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 21 | 220 | 0.20 | 0.90 | 0 | 0.14 | 286.43 | 0.83 | 0.47 |
| Hex | AF | 15 | DC | 14 | 5A | 0 | E | 11E | 53 | 2F |
| Octal | 257 | 25 | 334 | 24 | 132 | 0 | 16 | 436 | 123 | 57 |
| Binary | 10101111 | 10101 | 11011100 | 10100 | 1011010 | 0 | 1110 | 100011110 | 1010011 | 101111 |
Color Harmonies of #AF15DC
Complementary color
Monochromatic Colors of #AF15DC
Black with #AF15DC
Text Example
Text Example
White with #AF15DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF15DC; }
p { color: rgb(175,21,220); }
H1.HeaderClassName
{
color: #AF15DC;
}
.AnyTagClassName
{
color: #AF15DC;
}
</style>
background-color css
<style>
a { background-color: #AF15DC; }
a { background-color: rgb(175,21,220); }
div.DivClassName
{
background-color: #AF15DC;
}
.BgClassName
{
background-color: #AF15DC;
}
</style>
border-color css
<style>
span { border-color: #AF15DC; }
span { border-color: rgb(175,21,220); }
td.TdClassName
{
border-color: #AF15DC;
}
.TagClassName
{
border-color: #AF15DC;
}
</style>