Shades of Dark Violet #A205E5
Tints of Dark Violet #A205E5
RGB
CMYK
RGB Variations
Color information
#A205E5 (or 0xA205E5) is known color: Dark Violet. HEX triplet: A2, 05 and E5. RGB value is (162,5,229). Sum of RGB (Red+Green+Blue) = 162+5+229=396 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.91% from 396); Green value is 5 (2.34% from 255 or 1.26% from 396); Blue value is 229 (89.84% from 255 or 57.83% from 396); Max value from RGB is 229 - color contains mainly: blue. Hex color #A205E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A205E5 is #5DFA1A. Grayscale: #4C4C4C. Windows color (decimal): -6158875 or 15009186. OLE color: 15009186.
HSL color Cylindrical-coordinate representation of color #A205E5: hue angle of 282.05º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A205E5 is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 5 | 229 | - |
| CMYK | 0.29 | 0.98 | 0 | 0.10 |
| HSL | 282.05º | 0.96% | 0.46% | - |
| HSV(B) | 282.05º | 0.98% | 0.9% | - |
| XYZ | 29.1 | 13.45 | 75.19 | - |
| YUV | 77.48 | 213.51 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 5 | 229 | 0.29 | 0.98 | 0 | 0.10 | 282.05 | 0.96 | 0.46 |
| Hex | A2 | 5 | E5 | 1D | 62 | 0 | A | 11A | 60 | 2E |
| Octal | 242 | 5 | 345 | 35 | 142 | 0 | 12 | 432 | 140 | 56 |
| Binary | 10100010 | 101 | 11100101 | 11101 | 1100010 | 0 | 1010 | 100011010 | 1100000 | 101110 |
Color Harmonies of #A205E5
Complementary color
Monochromatic Colors of #A205E5
Black with #A205E5
Text Example
Text Example
White with #A205E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A205E5; }
p { color: rgb(162,5,229); }
H1.HeaderClassName
{
color: #A205E5;
}
.AnyTagClassName
{
color: #A205E5;
}
</style>
background-color css
<style>
a { background-color: #A205E5; }
a { background-color: rgb(162,5,229); }
div.DivClassName
{
background-color: #A205E5;
}
.BgClassName
{
background-color: #A205E5;
}
</style>
border-color css
<style>
span { border-color: #A205E5; }
span { border-color: rgb(162,5,229); }
td.TdClassName
{
border-color: #A205E5;
}
.TagClassName
{
border-color: #A205E5;
}
</style>