Shades of Dark Violet #A208E5
Tints of Dark Violet #A208E5
RGB
CMYK
RGB Variations
Color information
#A208E5 (or 0xA208E5) is known color: Dark Violet. HEX triplet: A2, 08 and E5. RGB value is (162,8,229). Sum of RGB (Red+Green+Blue) = 162+8+229=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 8 (3.52% from 255 or 2.01% from 399); Blue value is 229 (89.84% from 255 or 57.39% from 399); Max value from RGB is 229 - color contains mainly: blue. Hex color #A208E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A208E5 is #5DF71A. Grayscale: #4E4E4E. Windows color (decimal): -6158107 or 15009954. OLE color: 15009954.
HSL color Cylindrical-coordinate representation of color #A208E5: hue angle of 281.81º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A208E5 is Cyan = 0.29, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 8 | 229 | - |
| CMYK | 0.29 | 0.97 | 0 | 0.10 |
| HSL | 281.81º | 0.93% | 0.46% | - |
| HSV(B) | 281.81º | 0.97% | 0.9% | - |
| XYZ | 29.13 | 13.51 | 75.2 | - |
| YUV | 79.24 | 212.52 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 8 | 229 | 0.29 | 0.97 | 0 | 0.10 | 281.81 | 0.93 | 0.46 |
| Hex | A2 | 8 | E5 | 1D | 61 | 0 | A | 11A | 5D | 2E |
| Octal | 242 | 10 | 345 | 35 | 141 | 0 | 12 | 432 | 135 | 56 |
| Binary | 10100010 | 1000 | 11100101 | 11101 | 1100001 | 0 | 1010 | 100011010 | 1011101 | 101110 |
Color Harmonies of #A208E5
Complementary color
Monochromatic Colors of #A208E5
Black with #A208E5
Text Example
Text Example
White with #A208E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A208E5; }
p { color: rgb(162,8,229); }
H1.HeaderClassName
{
color: #A208E5;
}
.AnyTagClassName
{
color: #A208E5;
}
</style>
background-color css
<style>
a { background-color: #A208E5; }
a { background-color: rgb(162,8,229); }
div.DivClassName
{
background-color: #A208E5;
}
.BgClassName
{
background-color: #A208E5;
}
</style>
border-color css
<style>
span { border-color: #A208E5; }
span { border-color: rgb(162,8,229); }
td.TdClassName
{
border-color: #A208E5;
}
.TagClassName
{
border-color: #A208E5;
}
</style>