Shades of Dark Violet #A205D3
Tints of Dark Violet #A205D3
RGB
CMYK
RGB Variations
Color information
#A205D3 (or 0xA205D3) is known color: Dark Violet. HEX triplet: A2, 05 and D3. RGB value is (162,5,211). Sum of RGB (Red+Green+Blue) = 162+5+211=378 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.86% from 378); Green value is 5 (2.34% from 255 or 1.32% from 378); Blue value is 211 (82.81% from 255 or 55.82% from 378); Max value from RGB is 211 - color contains mainly: blue. Hex color #A205D3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A205D3 is #5DFA2C. Grayscale: #4A4A4A. Windows color (decimal): -6158893 or 13829538. OLE color: 13829538.
HSL color Cylindrical-coordinate representation of color #A205D3: hue angle of 285.73º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A205D3 is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 162 | 5 | 211 | - |
| CMYK | 0.23 | 0.98 | 0 | 0.17 |
| HSL | 285.73º | 0.95% | 0.42% | - |
| HSV(B) | 285.73º | 0.98% | 0.83% | - |
| XYZ | 26.71 | 12.49 | 62.63 | - |
| YUV | 75.43 | 204.51 | 189.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 5 | 211 | 0.23 | 0.98 | 0 | 0.17 | 285.73 | 0.95 | 0.42 |
| Hex | A2 | 5 | D3 | 17 | 62 | 0 | 11 | 11E | 5F | 2A |
| Octal | 242 | 5 | 323 | 27 | 142 | 0 | 21 | 436 | 137 | 52 |
| Binary | 10100010 | 101 | 11010011 | 10111 | 1100010 | 0 | 10001 | 100011110 | 1011111 | 101010 |
Color Harmonies of #A205D3
Complementary color
Monochromatic Colors of #A205D3
Black with #A205D3
Text Example
Text Example
White with #A205D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A205D3; }
p { color: rgb(162,5,211); }
H1.HeaderClassName
{
color: #A205D3;
}
.AnyTagClassName
{
color: #A205D3;
}
</style>
background-color css
<style>
a { background-color: #A205D3; }
a { background-color: rgb(162,5,211); }
div.DivClassName
{
background-color: #A205D3;
}
.BgClassName
{
background-color: #A205D3;
}
</style>
border-color css
<style>
span { border-color: #A205D3; }
span { border-color: rgb(162,5,211); }
td.TdClassName
{
border-color: #A205D3;
}
.TagClassName
{
border-color: #A205D3;
}
</style>