Shades of Dark Violet #A208DB
Tints of Dark Violet #A208DB
RGB
CMYK
RGB Variations
Color information
#A208DB (or 0xA208DB) is known color: Dark Violet. HEX triplet: A2, 08 and DB. RGB value is (162,8,219). Sum of RGB (Red+Green+Blue) = 162+8+219=389 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.65% from 389); Green value is 8 (3.52% from 255 or 2.06% from 389); Blue value is 219 (85.94% from 255 or 56.30% from 389); Max value from RGB is 219 - color contains mainly: blue. Hex color #A208DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A208DB is #5DF724. Grayscale: #4D4D4D. Windows color (decimal): -6158117 or 14354594. OLE color: 14354594.
HSL color Cylindrical-coordinate representation of color #A208DB: hue angle of 283.79º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A208DB is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 8 | 219 | - |
| CMYK | 0.26 | 0.96 | 0 | 0.14 |
| HSL | 283.79º | 0.93% | 0.45% | - |
| HSV(B) | 283.79º | 0.96% | 0.86% | - |
| XYZ | 27.77 | 12.97 | 68.06 | - |
| YUV | 78.1 | 207.52 | 187.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 8 | 219 | 0.26 | 0.96 | 0 | 0.14 | 283.79 | 0.93 | 0.45 |
| Hex | A2 | 8 | DB | 1A | 60 | 0 | E | 11C | 5D | 2D |
| Octal | 242 | 10 | 333 | 32 | 140 | 0 | 16 | 434 | 135 | 55 |
| Binary | 10100010 | 1000 | 11011011 | 11010 | 1100000 | 0 | 1110 | 100011100 | 1011101 | 101101 |
Color Harmonies of #A208DB
Complementary color
Monochromatic Colors of #A208DB
Black with #A208DB
Text Example
Text Example
White with #A208DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A208DB; }
p { color: rgb(162,8,219); }
H1.HeaderClassName
{
color: #A208DB;
}
.AnyTagClassName
{
color: #A208DB;
}
</style>
background-color css
<style>
a { background-color: #A208DB; }
a { background-color: rgb(162,8,219); }
div.DivClassName
{
background-color: #A208DB;
}
.BgClassName
{
background-color: #A208DB;
}
</style>
border-color css
<style>
span { border-color: #A208DB; }
span { border-color: rgb(162,8,219); }
td.TdClassName
{
border-color: #A208DB;
}
.TagClassName
{
border-color: #A208DB;
}
</style>