Shades of Dark Violet #A206ED
Tints of Dark Violet #A206ED
RGB
CMYK
RGB Variations
Color information
#A206ED (or 0xA206ED) is known color: Dark Violet. HEX triplet: A2, 06 and ED. RGB value is (162,6,237). Sum of RGB (Red+Green+Blue) = 162+6+237=405 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40% from 405); Green value is 6 (2.73% from 255 or 1.48% from 405); Blue value is 237 (92.97% from 255 or 58.52% from 405); Max value from RGB is 237 - color contains mainly: blue. Hex color #A206ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A206ED is #5DF912. Grayscale: #4E4E4E. Windows color (decimal): -6158611 or 15533730. OLE color: 15533730.
HSL color Cylindrical-coordinate representation of color #A206ED: hue angle of 280.52º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A206ED is Cyan = 0.32, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 6 | 237 | - |
| CMYK | 0.32 | 0.97 | 0 | 0.07 |
| HSL | 280.52º | 0.95% | 0.48% | - |
| HSV(B) | 280.52º | 0.97% | 0.93% | - |
| XYZ | 30.25 | 13.93 | 81.21 | - |
| YUV | 78.98 | 217.18 | 187.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 6 | 237 | 0.32 | 0.97 | 0 | 0.07 | 280.52 | 0.95 | 0.48 |
| Hex | A2 | 6 | ED | 20 | 61 | 0 | 7 | 119 | 5F | 30 |
| Octal | 242 | 6 | 355 | 40 | 141 | 0 | 7 | 431 | 137 | 60 |
| Binary | 10100010 | 110 | 11101101 | 100000 | 1100001 | 0 | 111 | 100011001 | 1011111 | 110000 |
Color Harmonies of #A206ED
Complementary color
Monochromatic Colors of #A206ED
Black with #A206ED
Text Example
Text Example
White with #A206ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A206ED; }
p { color: rgb(162,6,237); }
H1.HeaderClassName
{
color: #A206ED;
}
.AnyTagClassName
{
color: #A206ED;
}
</style>
background-color css
<style>
a { background-color: #A206ED; }
a { background-color: rgb(162,6,237); }
div.DivClassName
{
background-color: #A206ED;
}
.BgClassName
{
background-color: #A206ED;
}
</style>
border-color css
<style>
span { border-color: #A206ED; }
span { border-color: rgb(162,6,237); }
td.TdClassName
{
border-color: #A206ED;
}
.TagClassName
{
border-color: #A206ED;
}
</style>