Shades of Dark Violet #A210CC
Tints of Dark Violet #A210CC
RGB
CMYK
RGB Variations
Color information
#A210CC (or 0xA210CC) is known color: Dark Violet. HEX triplet: A2, 10 and CC. RGB value is (162,16,204). Sum of RGB (Red+Green+Blue) = 162+16+204=382 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.41% from 382); Green value is 16 (6.64% from 255 or 4.19% from 382); Blue value is 204 (80.08% from 255 or 53.40% from 382); Max value from RGB is 204 - color contains mainly: blue. Hex color #A210CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A210CC is #5DEF33. Grayscale: #505050. Windows color (decimal): -6156084 or 13373602. OLE color: 13373602.
HSL color Cylindrical-coordinate representation of color #A210CC: hue angle of 286.6º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A210CC is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 162 | 16 | 204 | - |
| CMYK | 0.21 | 0.92 | 0 | 0.2 |
| HSL | 286.6º | 0.85% | 0.43% | - |
| HSV(B) | 286.6º | 0.92% | 0.8% | - |
| XYZ | 25.98 | 12.41 | 58.15 | - |
| YUV | 81.09 | 197.37 | 185.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 16 | 204 | 0.21 | 0.92 | 0 | 0.2 | 286.6 | 0.85 | 0.43 |
| Hex | A2 | 10 | CC | 15 | 5C | 0 | 14 | 11F | 55 | 2B |
| Octal | 242 | 20 | 314 | 25 | 134 | 0 | 24 | 437 | 125 | 53 |
| Binary | 10100010 | 10000 | 11001100 | 10101 | 1011100 | 0 | 10100 | 100011111 | 1010101 | 101011 |
Color Harmonies of #A210CC
Complementary color
Monochromatic Colors of #A210CC
Black with #A210CC
Text Example
Text Example
White with #A210CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A210CC; }
p { color: rgb(162,16,204); }
H1.HeaderClassName
{
color: #A210CC;
}
.AnyTagClassName
{
color: #A210CC;
}
</style>
background-color css
<style>
a { background-color: #A210CC; }
a { background-color: rgb(162,16,204); }
div.DivClassName
{
background-color: #A210CC;
}
.BgClassName
{
background-color: #A210CC;
}
</style>
border-color css
<style>
span { border-color: #A210CC; }
span { border-color: rgb(162,16,204); }
td.TdClassName
{
border-color: #A210CC;
}
.TagClassName
{
border-color: #A210CC;
}
</style>