Shades of Dark Violet #A205DA
Tints of Dark Violet #A205DA
RGB
CMYK
RGB Variations
Color information
#A205DA (or 0xA205DA) is known color: Dark Violet. HEX triplet: A2, 05 and DA. RGB value is (162,5,218). Sum of RGB (Red+Green+Blue) = 162+5+218=385 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.08% from 385); Green value is 5 (2.34% from 255 or 1.30% from 385); Blue value is 218 (85.55% from 255 or 56.62% from 385); Max value from RGB is 218 - color contains mainly: blue. Hex color #A205DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A205DA is #5DFA25. Grayscale: #4B4B4B. Windows color (decimal): -6158886 or 14288290. OLE color: 14288290.
HSL color Cylindrical-coordinate representation of color #A205DA: hue angle of 284.23º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A205DA is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 5 | 218 | - |
| CMYK | 0.26 | 0.98 | 0 | 0.15 |
| HSL | 284.23º | 0.96% | 0.44% | - |
| HSV(B) | 284.23º | 0.98% | 0.85% | - |
| XYZ | 27.61 | 12.85 | 67.36 | - |
| YUV | 76.23 | 208.01 | 189.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 5 | 218 | 0.26 | 0.98 | 0 | 0.15 | 284.23 | 0.96 | 0.44 |
| Hex | A2 | 5 | DA | 1A | 62 | 0 | F | 11C | 60 | 2C |
| Octal | 242 | 5 | 332 | 32 | 142 | 0 | 17 | 434 | 140 | 54 |
| Binary | 10100010 | 101 | 11011010 | 11010 | 1100010 | 0 | 1111 | 100011100 | 1100000 | 101100 |
Color Harmonies of #A205DA
Complementary color
Monochromatic Colors of #A205DA
Black with #A205DA
Text Example
Text Example
White with #A205DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A205DA; }
p { color: rgb(162,5,218); }
H1.HeaderClassName
{
color: #A205DA;
}
.AnyTagClassName
{
color: #A205DA;
}
</style>
background-color css
<style>
a { background-color: #A205DA; }
a { background-color: rgb(162,5,218); }
div.DivClassName
{
background-color: #A205DA;
}
.BgClassName
{
background-color: #A205DA;
}
</style>
border-color css
<style>
span { border-color: #A205DA; }
span { border-color: rgb(162,5,218); }
td.TdClassName
{
border-color: #A205DA;
}
.TagClassName
{
border-color: #A205DA;
}
</style>