Shades of Dark Violet #A102E2
Tints of Dark Violet #A102E2
RGB
CMYK
RGB Variations
Color information
#A102E2 (or 0xA102E2) is known color: Dark Violet. HEX triplet: A1, 02 and E2. RGB value is (161,2,226). Sum of RGB (Red+Green+Blue) = 161+2+226=389 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.39% from 389); Green value is 2 (1.17% from 255 or 0.51% from 389); Blue value is 226 (88.67% from 255 or 58.10% from 389); Max value from RGB is 226 - color contains mainly: blue. Hex color #A102E2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A102E2 is #5EFD1D. Grayscale: #4A4A4A. Windows color (decimal): -6225182 or 14811809. OLE color: 14811809.
HSL color Cylindrical-coordinate representation of color #A102E2: hue angle of 282.59º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A102E2 is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 2 | 226 | - |
| CMYK | 0.29 | 0.99 | 0 | 0.11 |
| HSL | 282.59º | 0.98% | 0.45% | - |
| HSV(B) | 282.59º | 0.99% | 0.89% | - |
| XYZ | 28.45 | 13.11 | 72.98 | - |
| YUV | 75.08 | 213.18 | 189.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 2 | 226 | 0.29 | 0.99 | 0 | 0.11 | 282.59 | 0.98 | 0.45 |
| Hex | A1 | 2 | E2 | 1D | 63 | 0 | B | 11B | 62 | 2D |
| Octal | 241 | 2 | 342 | 35 | 143 | 0 | 13 | 433 | 142 | 55 |
| Binary | 10100001 | 10 | 11100010 | 11101 | 1100011 | 0 | 1011 | 100011011 | 1100010 | 101101 |
Color Harmonies of #A102E2
Complementary color
Monochromatic Colors of #A102E2
Black with #A102E2
Text Example
Text Example
White with #A102E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A102E2; }
p { color: rgb(161,2,226); }
H1.HeaderClassName
{
color: #A102E2;
}
.AnyTagClassName
{
color: #A102E2;
}
</style>
background-color css
<style>
a { background-color: #A102E2; }
a { background-color: rgb(161,2,226); }
div.DivClassName
{
background-color: #A102E2;
}
.BgClassName
{
background-color: #A102E2;
}
</style>
border-color css
<style>
span { border-color: #A102E2; }
span { border-color: rgb(161,2,226); }
td.TdClassName
{
border-color: #A102E2;
}
.TagClassName
{
border-color: #A102E2;
}
</style>