Shades of Dark Violet #AF10DB
Tints of Dark Violet #AF10DB
RGB
CMYK
RGB Variations
Color information
#AF10DB (or 0xAF10DB) is known color: Dark Violet. HEX triplet: AF, 10 and DB. RGB value is (175,16,219). Sum of RGB (Red+Green+Blue) = 175+16+219=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 16 (6.64% from 255 or 3.90% from 410); Blue value is 219 (85.94% from 255 or 53.41% from 410); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF10DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF10DB is #50EF24. Grayscale: #565656. Windows color (decimal): -5304101 or 14356655. OLE color: 14356655.
HSL color Cylindrical-coordinate representation of color #AF10DB: hue angle of 287º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF10DB is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 16 | 219 | - |
| CMYK | 0.20 | 0.93 | 0 | 0.14 |
| HSL | 287º | 0.86% | 0.46% | - |
| HSV(B) | 287º | 0.93% | 0.86% | - |
| XYZ | 30.65 | 14.6 | 68.22 | - |
| YUV | 86.68 | 202.68 | 190.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 16 | 219 | 0.20 | 0.93 | 0 | 0.14 | 287 | 0.86 | 0.46 |
| Hex | AF | 10 | DB | 14 | 5D | 0 | E | 11F | 56 | 2E |
| Octal | 257 | 20 | 333 | 24 | 135 | 0 | 16 | 437 | 126 | 56 |
| Binary | 10101111 | 10000 | 11011011 | 10100 | 1011101 | 0 | 1110 | 100011111 | 1010110 | 101110 |
Color Harmonies of #AF10DB
Complementary color
Monochromatic Colors of #AF10DB
Black with #AF10DB
Text Example
Text Example
White with #AF10DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF10DB; }
p { color: rgb(175,16,219); }
H1.HeaderClassName
{
color: #AF10DB;
}
.AnyTagClassName
{
color: #AF10DB;
}
</style>
background-color css
<style>
a { background-color: #AF10DB; }
a { background-color: rgb(175,16,219); }
div.DivClassName
{
background-color: #AF10DB;
}
.BgClassName
{
background-color: #AF10DB;
}
</style>
border-color css
<style>
span { border-color: #AF10DB; }
span { border-color: rgb(175,16,219); }
td.TdClassName
{
border-color: #AF10DB;
}
.TagClassName
{
border-color: #AF10DB;
}
</style>