Shades of Dark Violet #A205BD
Tints of Dark Violet #A205BD
RGB
CMYK
RGB Variations
Color information
#A205BD (or 0xA205BD) is known color: Dark Violet. HEX triplet: A2, 05 and BD. RGB value is (162,5,189). Sum of RGB (Red+Green+Blue) = 162+5+189=356 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.51% from 356); Green value is 5 (2.34% from 255 or 1.40% from 356); Blue value is 189 (74.22% from 255 or 53.09% from 356); Max value from RGB is 189 - color contains mainly: blue. Hex color #A205BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A205BD is #5DFA42. Grayscale: #484848. Windows color (decimal): -6158915 or 12387746. OLE color: 12387746.
HSL color Cylindrical-coordinate representation of color #A205BD: hue angle of 291.2º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A205BD is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 5 | 189 | - |
| CMYK | 0.14 | 0.97 | 0 | 0.26 |
| HSL | 291.2º | 0.95% | 0.38% | - |
| HSV(B) | 291.2º | 0.97% | 0.74% | - |
| XYZ | 24.14 | 11.46 | 49.08 | - |
| YUV | 72.92 | 193.51 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 5 | 189 | 0.14 | 0.97 | 0 | 0.26 | 291.2 | 0.95 | 0.38 |
| Hex | A2 | 5 | BD | E | 61 | 0 | 1A | 123 | 5F | 26 |
| Octal | 242 | 5 | 275 | 16 | 141 | 0 | 32 | 443 | 137 | 46 |
| Binary | 10100010 | 101 | 10111101 | 1110 | 1100001 | 0 | 11010 | 100100011 | 1011111 | 100110 |
Color Harmonies of #A205BD
Complementary color
Monochromatic Colors of #A205BD
Black with #A205BD
Text Example
Text Example
White with #A205BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A205BD; }
p { color: rgb(162,5,189); }
H1.HeaderClassName
{
color: #A205BD;
}
.AnyTagClassName
{
color: #A205BD;
}
</style>
background-color css
<style>
a { background-color: #A205BD; }
a { background-color: rgb(162,5,189); }
div.DivClassName
{
background-color: #A205BD;
}
.BgClassName
{
background-color: #A205BD;
}
</style>
border-color css
<style>
span { border-color: #A205BD; }
span { border-color: rgb(162,5,189); }
td.TdClassName
{
border-color: #A205BD;
}
.TagClassName
{
border-color: #A205BD;
}
</style>