Shades of Dark Violet #A205B0
Tints of Dark Violet #A205B0
RGB
CMYK
RGB Variations
Color information
#A205B0 (or 0xA205B0) is known color: Dark Violet. HEX triplet: A2, 05 and B0. RGB value is (162,5,176). Sum of RGB (Red+Green+Blue) = 162+5+176=343 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.23% from 343); Green value is 5 (2.34% from 255 or 1.46% from 343); Blue value is 176 (69.14% from 255 or 51.31% from 343); Max value from RGB is 176 - color contains mainly: blue. Hex color #A205B0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A205B0 is #5DFA4F. Grayscale: #464646. Windows color (decimal): -6158928 or 11535778. OLE color: 11535778.
HSL color Cylindrical-coordinate representation of color #A205B0: hue angle of 295.09º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A205B0 is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 5 | 176 | - |
| CMYK | 0.08 | 0.97 | 0 | 0.31 |
| HSL | 295.09º | 0.94% | 0.35% | - |
| HSV(B) | 295.09º | 0.97% | 0.69% | - |
| XYZ | 22.79 | 10.92 | 41.98 | - |
| YUV | 71.44 | 187.01 | 192.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 5 | 176 | 0.08 | 0.97 | 0 | 0.31 | 295.09 | 0.94 | 0.35 |
| Hex | A2 | 5 | B0 | 8 | 61 | 0 | 1F | 127 | 5E | 23 |
| Octal | 242 | 5 | 260 | 10 | 141 | 0 | 37 | 447 | 136 | 43 |
| Binary | 10100010 | 101 | 10110000 | 1000 | 1100001 | 0 | 11111 | 100100111 | 1011110 | 100011 |
Color Harmonies of #A205B0
Complementary color
Monochromatic Colors of #A205B0
Black with #A205B0
Text Example
Text Example
White with #A205B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A205B0; }
p { color: rgb(162,5,176); }
H1.HeaderClassName
{
color: #A205B0;
}
.AnyTagClassName
{
color: #A205B0;
}
</style>
background-color css
<style>
a { background-color: #A205B0; }
a { background-color: rgb(162,5,176); }
div.DivClassName
{
background-color: #A205B0;
}
.BgClassName
{
background-color: #A205B0;
}
</style>
border-color css
<style>
span { border-color: #A205B0; }
span { border-color: rgb(162,5,176); }
td.TdClassName
{
border-color: #A205B0;
}
.TagClassName
{
border-color: #A205B0;
}
</style>