Shades of Dark Violet #A206DA
Tints of Dark Violet #A206DA
RGB
CMYK
RGB Variations
Color information
#A206DA (or 0xA206DA) is known color: Dark Violet. HEX triplet: A2, 06 and DA. RGB value is (162,6,218). Sum of RGB (Red+Green+Blue) = 162+6+218=386 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.97% from 386); Green value is 6 (2.73% from 255 or 1.55% from 386); Blue value is 218 (85.55% from 255 or 56.48% from 386); Max value from RGB is 218 - color contains mainly: blue. Hex color #A206DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A206DA is #5DF925. Grayscale: #4C4C4C. Windows color (decimal): -6158630 or 14288546. OLE color: 14288546.
HSL color Cylindrical-coordinate representation of color #A206DA: hue angle of 284.15º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A206DA is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 6 | 218 | - |
| CMYK | 0.26 | 0.97 | 0 | 0.15 |
| HSL | 284.15º | 0.95% | 0.44% | - |
| HSV(B) | 284.15º | 0.97% | 0.85% | - |
| XYZ | 27.62 | 12.87 | 67.36 | - |
| YUV | 76.81 | 207.68 | 188.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 6 | 218 | 0.26 | 0.97 | 0 | 0.15 | 284.15 | 0.95 | 0.44 |
| Hex | A2 | 6 | DA | 1A | 61 | 0 | F | 11C | 5F | 2C |
| Octal | 242 | 6 | 332 | 32 | 141 | 0 | 17 | 434 | 137 | 54 |
| Binary | 10100010 | 110 | 11011010 | 11010 | 1100001 | 0 | 1111 | 100011100 | 1011111 | 101100 |
Color Harmonies of #A206DA
Complementary color
Monochromatic Colors of #A206DA
Black with #A206DA
Text Example
Text Example
White with #A206DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A206DA; }
p { color: rgb(162,6,218); }
H1.HeaderClassName
{
color: #A206DA;
}
.AnyTagClassName
{
color: #A206DA;
}
</style>
background-color css
<style>
a { background-color: #A206DA; }
a { background-color: rgb(162,6,218); }
div.DivClassName
{
background-color: #A206DA;
}
.BgClassName
{
background-color: #A206DA;
}
</style>
border-color css
<style>
span { border-color: #A206DA; }
span { border-color: rgb(162,6,218); }
td.TdClassName
{
border-color: #A206DA;
}
.TagClassName
{
border-color: #A206DA;
}
</style>