Shades of Dark Violet #A206E4
Tints of Dark Violet #A206E4
RGB
CMYK
RGB Variations
Color information
#A206E4 (or 0xA206E4) is known color: Dark Violet. HEX triplet: A2, 06 and E4. RGB value is (162,6,228). Sum of RGB (Red+Green+Blue) = 162+6+228=396 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.91% from 396); Green value is 6 (2.73% from 255 or 1.52% from 396); Blue value is 228 (89.45% from 255 or 57.58% from 396); Max value from RGB is 228 - color contains mainly: blue. Hex color #A206E4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A206E4 is #5DF91B. Grayscale: #4D4D4D. Windows color (decimal): -6158620 or 14943906. OLE color: 14943906.
HSL color Cylindrical-coordinate representation of color #A206E4: hue angle of 282.16º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A206E4 is Cyan = 0.29, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 6 | 228 | - |
| CMYK | 0.29 | 0.97 | 0 | 0.11 |
| HSL | 282.16º | 0.95% | 0.46% | - |
| HSV(B) | 282.16º | 0.97% | 0.89% | - |
| XYZ | 28.97 | 13.41 | 74.46 | - |
| YUV | 77.95 | 212.68 | 187.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 6 | 228 | 0.29 | 0.97 | 0 | 0.11 | 282.16 | 0.95 | 0.46 |
| Hex | A2 | 6 | E4 | 1D | 61 | 0 | B | 11A | 5F | 2E |
| Octal | 242 | 6 | 344 | 35 | 141 | 0 | 13 | 432 | 137 | 56 |
| Binary | 10100010 | 110 | 11100100 | 11101 | 1100001 | 0 | 1011 | 100011010 | 1011111 | 101110 |
Color Harmonies of #A206E4
Complementary color
Monochromatic Colors of #A206E4
Black with #A206E4
Text Example
Text Example
White with #A206E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A206E4; }
p { color: rgb(162,6,228); }
H1.HeaderClassName
{
color: #A206E4;
}
.AnyTagClassName
{
color: #A206E4;
}
</style>
background-color css
<style>
a { background-color: #A206E4; }
a { background-color: rgb(162,6,228); }
div.DivClassName
{
background-color: #A206E4;
}
.BgClassName
{
background-color: #A206E4;
}
</style>
border-color css
<style>
span { border-color: #A206E4; }
span { border-color: rgb(162,6,228); }
td.TdClassName
{
border-color: #A206E4;
}
.TagClassName
{
border-color: #A206E4;
}
</style>