Shades of Dark Violet #A205DB
Tints of Dark Violet #A205DB
RGB
CMYK
RGB Variations
Color information
#A205DB (or 0xA205DB) is known color: Dark Violet. HEX triplet: A2, 05 and DB. RGB value is (162,5,219). Sum of RGB (Red+Green+Blue) = 162+5+219=386 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.97% from 386); Green value is 5 (2.34% from 255 or 1.30% from 386); Blue value is 219 (85.94% from 255 or 56.74% from 386); Max value from RGB is 219 - color contains mainly: blue. Hex color #A205DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A205DB is #5DFA24. Grayscale: #4B4B4B. Windows color (decimal): -6158885 or 14353826. OLE color: 14353826.
HSL color Cylindrical-coordinate representation of color #A205DB: hue angle of 284.02º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A205DB is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 5 | 219 | - |
| CMYK | 0.26 | 0.98 | 0 | 0.14 |
| HSL | 284.02º | 0.96% | 0.44% | - |
| HSV(B) | 284.02º | 0.98% | 0.86% | - |
| XYZ | 27.74 | 12.9 | 68.05 | - |
| YUV | 76.34 | 208.51 | 189.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 5 | 219 | 0.26 | 0.98 | 0 | 0.14 | 284.02 | 0.96 | 0.44 |
| Hex | A2 | 5 | DB | 1A | 62 | 0 | E | 11C | 60 | 2C |
| Octal | 242 | 5 | 333 | 32 | 142 | 0 | 16 | 434 | 140 | 54 |
| Binary | 10100010 | 101 | 11011011 | 11010 | 1100010 | 0 | 1110 | 100011100 | 1100000 | 101100 |
Color Harmonies of #A205DB
Complementary color
Monochromatic Colors of #A205DB
Black with #A205DB
Text Example
Text Example
White with #A205DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A205DB; }
p { color: rgb(162,5,219); }
H1.HeaderClassName
{
color: #A205DB;
}
.AnyTagClassName
{
color: #A205DB;
}
</style>
background-color css
<style>
a { background-color: #A205DB; }
a { background-color: rgb(162,5,219); }
div.DivClassName
{
background-color: #A205DB;
}
.BgClassName
{
background-color: #A205DB;
}
</style>
border-color css
<style>
span { border-color: #A205DB; }
span { border-color: rgb(162,5,219); }
td.TdClassName
{
border-color: #A205DB;
}
.TagClassName
{
border-color: #A205DB;
}
</style>