Shades of Dark Violet #A205C8
Tints of Dark Violet #A205C8
RGB
CMYK
RGB Variations
Color information
#A205C8 (or 0xA205C8) is known color: Dark Violet. HEX triplet: A2, 05 and C8. RGB value is (162,5,200). Sum of RGB (Red+Green+Blue) = 162+5+200=367 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.14% from 367); Green value is 5 (2.34% from 255 or 1.36% from 367); Blue value is 200 (78.52% from 255 or 54.50% from 367); Max value from RGB is 200 - color contains mainly: blue. Hex color #A205C8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A205C8 is #5DFA37. Grayscale: #494949. Windows color (decimal): -6158904 or 13108642. OLE color: 13108642.
HSL color Cylindrical-coordinate representation of color #A205C8: hue angle of 288.31º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A205C8 is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 162 | 5 | 200 | - |
| CMYK | 0.19 | 0.98 | 0 | 0.22 |
| HSL | 288.31º | 0.95% | 0.4% | - |
| HSV(B) | 288.31º | 0.98% | 0.78% | - |
| XYZ | 25.38 | 11.96 | 55.61 | - |
| YUV | 74.17 | 199.01 | 190.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 5 | 200 | 0.19 | 0.98 | 0 | 0.22 | 288.31 | 0.95 | 0.4 |
| Hex | A2 | 5 | C8 | 13 | 62 | 0 | 16 | 120 | 5F | 28 |
| Octal | 242 | 5 | 310 | 23 | 142 | 0 | 26 | 440 | 137 | 50 |
| Binary | 10100010 | 101 | 11001000 | 10011 | 1100010 | 0 | 10110 | 100100000 | 1011111 | 101000 |
Color Harmonies of #A205C8
Complementary color
Monochromatic Colors of #A205C8
Black with #A205C8
Text Example
Text Example
White with #A205C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A205C8; }
p { color: rgb(162,5,200); }
H1.HeaderClassName
{
color: #A205C8;
}
.AnyTagClassName
{
color: #A205C8;
}
</style>
background-color css
<style>
a { background-color: #A205C8; }
a { background-color: rgb(162,5,200); }
div.DivClassName
{
background-color: #A205C8;
}
.BgClassName
{
background-color: #A205C8;
}
</style>
border-color css
<style>
span { border-color: #A205C8; }
span { border-color: rgb(162,5,200); }
td.TdClassName
{
border-color: #A205C8;
}
.TagClassName
{
border-color: #A205C8;
}
</style>