Shades of Dark Violet #A205CC
Tints of Dark Violet #A205CC
RGB
CMYK
RGB Variations
Color information
#A205CC (or 0xA205CC) is known color: Dark Violet. HEX triplet: A2, 05 and CC. RGB value is (162,5,204). Sum of RGB (Red+Green+Blue) = 162+5+204=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 5 (2.34% from 255 or 1.35% from 371); Blue value is 204 (80.08% from 255 or 54.99% from 371); Max value from RGB is 204 - color contains mainly: blue. Hex color #A205CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A205CC is #5DFA33. Grayscale: #494949. Windows color (decimal): -6158900 or 13370786. OLE color: 13370786.
HSL color Cylindrical-coordinate representation of color #A205CC: hue angle of 287.34º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A205CC is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 162 | 5 | 204 | - |
| CMYK | 0.21 | 0.98 | 0 | 0.2 |
| HSL | 287.34º | 0.95% | 0.41% | - |
| HSV(B) | 287.34º | 0.98% | 0.8% | - |
| XYZ | 25.85 | 12.15 | 58.11 | - |
| YUV | 74.63 | 201.01 | 190.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 5 | 204 | 0.21 | 0.98 | 0 | 0.2 | 287.34 | 0.95 | 0.41 |
| Hex | A2 | 5 | CC | 15 | 62 | 0 | 14 | 11F | 5F | 29 |
| Octal | 242 | 5 | 314 | 25 | 142 | 0 | 24 | 437 | 137 | 51 |
| Binary | 10100010 | 101 | 11001100 | 10101 | 1100010 | 0 | 10100 | 100011111 | 1011111 | 101001 |
Color Harmonies of #A205CC
Complementary color
Monochromatic Colors of #A205CC
Black with #A205CC
Text Example
Text Example
White with #A205CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A205CC; }
p { color: rgb(162,5,204); }
H1.HeaderClassName
{
color: #A205CC;
}
.AnyTagClassName
{
color: #A205CC;
}
</style>
background-color css
<style>
a { background-color: #A205CC; }
a { background-color: rgb(162,5,204); }
div.DivClassName
{
background-color: #A205CC;
}
.BgClassName
{
background-color: #A205CC;
}
</style>
border-color css
<style>
span { border-color: #A205CC; }
span { border-color: rgb(162,5,204); }
td.TdClassName
{
border-color: #A205CC;
}
.TagClassName
{
border-color: #A205CC;
}
</style>