Shades of Dark Violet #AF15DB
Tints of Dark Violet #AF15DB
RGB
CMYK
RGB Variations
Color information
#AF15DB (or 0xAF15DB) is known color: Dark Violet. HEX triplet: AF, 15 and DB. RGB value is (175,21,219). Sum of RGB (Red+Green+Blue) = 175+21+219=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 21 (8.59% from 255 or 5.06% from 415); Blue value is 219 (85.94% from 255 or 52.77% from 415); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF15DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF15DB is #50EA24. Grayscale: #585858. Windows color (decimal): -5302821 or 14357935. OLE color: 14357935.
HSL color Cylindrical-coordinate representation of color #AF15DB: hue angle of 286.67º degrees, saturation: 0.82, 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 #AF15DB is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 21 | 219 | - |
| CMYK | 0.20 | 0.90 | 0 | 0.14 |
| HSL | 286.67º | 0.83% | 0.47% | - |
| HSV(B) | 286.67º | 0.9% | 0.86% | - |
| XYZ | 30.73 | 14.76 | 68.25 | - |
| YUV | 89.62 | 201.02 | 188.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 21 | 219 | 0.20 | 0.90 | 0 | 0.14 | 286.67 | 0.83 | 0.47 |
| Hex | AF | 15 | DB | 14 | 5A | 0 | E | 11F | 52 | 2F |
| Octal | 257 | 25 | 333 | 24 | 132 | 0 | 16 | 437 | 122 | 57 |
| Binary | 10101111 | 10101 | 11011011 | 10100 | 1011010 | 0 | 1110 | 100011111 | 1010010 | 101111 |
Color Harmonies of #AF15DB
Complementary color
Monochromatic Colors of #AF15DB
Black with #AF15DB
Text Example
Text Example
White with #AF15DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF15DB; }
p { color: rgb(175,21,219); }
H1.HeaderClassName
{
color: #AF15DB;
}
.AnyTagClassName
{
color: #AF15DB;
}
</style>
background-color css
<style>
a { background-color: #AF15DB; }
a { background-color: rgb(175,21,219); }
div.DivClassName
{
background-color: #AF15DB;
}
.BgClassName
{
background-color: #AF15DB;
}
</style>
border-color css
<style>
span { border-color: #AF15DB; }
span { border-color: rgb(175,21,219); }
td.TdClassName
{
border-color: #AF15DB;
}
.TagClassName
{
border-color: #AF15DB;
}
</style>