Shades of Dark Violet #A206DB
Tints of Dark Violet #A206DB
RGB
CMYK
RGB Variations
Color information
#A206DB (or 0xA206DB) is known color: Dark Violet. HEX triplet: A2, 06 and DB. RGB value is (162,6,219). Sum of RGB (Red+Green+Blue) = 162+6+219=387 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.86% from 387); Green value is 6 (2.73% from 255 or 1.55% from 387); Blue value is 219 (85.94% from 255 or 56.59% from 387); Max value from RGB is 219 - color contains mainly: blue. Hex color #A206DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A206DB is #5DF924. Grayscale: #4C4C4C. Windows color (decimal): -6158629 or 14354082. OLE color: 14354082.
HSL color Cylindrical-coordinate representation of color #A206DB: hue angle of 283.94º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A206DB is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 6 | 219 | - |
| CMYK | 0.26 | 0.97 | 0 | 0.14 |
| HSL | 283.94º | 0.95% | 0.44% | - |
| HSV(B) | 283.94º | 0.97% | 0.86% | - |
| XYZ | 27.75 | 12.93 | 68.05 | - |
| YUV | 76.93 | 208.18 | 188.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 6 | 219 | 0.26 | 0.97 | 0 | 0.14 | 283.94 | 0.95 | 0.44 |
| Hex | A2 | 6 | DB | 1A | 61 | 0 | E | 11C | 5F | 2C |
| Octal | 242 | 6 | 333 | 32 | 141 | 0 | 16 | 434 | 137 | 54 |
| Binary | 10100010 | 110 | 11011011 | 11010 | 1100001 | 0 | 1110 | 100011100 | 1011111 | 101100 |
Color Harmonies of #A206DB
Complementary color
Monochromatic Colors of #A206DB
Black with #A206DB
Text Example
Text Example
White with #A206DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A206DB; }
p { color: rgb(162,6,219); }
H1.HeaderClassName
{
color: #A206DB;
}
.AnyTagClassName
{
color: #A206DB;
}
</style>
background-color css
<style>
a { background-color: #A206DB; }
a { background-color: rgb(162,6,219); }
div.DivClassName
{
background-color: #A206DB;
}
.BgClassName
{
background-color: #A206DB;
}
</style>
border-color css
<style>
span { border-color: #A206DB; }
span { border-color: rgb(162,6,219); }
td.TdClassName
{
border-color: #A206DB;
}
.TagClassName
{
border-color: #A206DB;
}
</style>