Shades of Dark Violet #A102E1
Tints of Dark Violet #A102E1
RGB
CMYK
RGB Variations
Color information
#A102E1 (or 0xA102E1) is known color: Dark Violet. HEX triplet: A1, 02 and E1. RGB value is (161,2,225). Sum of RGB (Red+Green+Blue) = 161+2+225=388 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.49% from 388); Green value is 2 (1.17% from 255 or 0.52% from 388); Blue value is 225 (88.28% from 255 or 57.99% from 388); Max value from RGB is 225 - color contains mainly: blue. Hex color #A102E1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A102E1 is #5EFD1E. Grayscale: #4A4A4A. Windows color (decimal): -6225183 or 14746273. OLE color: 14746273.
HSL color Cylindrical-coordinate representation of color #A102E1: hue angle of 282.78º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A102E1 is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 161 | 2 | 225 | - |
| CMYK | 0.28 | 0.99 | 0 | 0.12 |
| HSL | 282.78º | 0.98% | 0.45% | - |
| HSV(B) | 282.78º | 0.99% | 0.88% | - |
| XYZ | 28.31 | 13.06 | 72.26 | - |
| YUV | 74.96 | 212.68 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 2 | 225 | 0.28 | 0.99 | 0 | 0.12 | 282.78 | 0.98 | 0.45 |
| Hex | A1 | 2 | E1 | 1C | 63 | 0 | C | 11B | 62 | 2D |
| Octal | 241 | 2 | 341 | 34 | 143 | 0 | 14 | 433 | 142 | 55 |
| Binary | 10100001 | 10 | 11100001 | 11100 | 1100011 | 0 | 1100 | 100011011 | 1100010 | 101101 |
Color Harmonies of #A102E1
Complementary color
Monochromatic Colors of #A102E1
Black with #A102E1
Text Example
Text Example
White with #A102E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A102E1; }
p { color: rgb(161,2,225); }
H1.HeaderClassName
{
color: #A102E1;
}
.AnyTagClassName
{
color: #A102E1;
}
</style>
background-color css
<style>
a { background-color: #A102E1; }
a { background-color: rgb(161,2,225); }
div.DivClassName
{
background-color: #A102E1;
}
.BgClassName
{
background-color: #A102E1;
}
</style>
border-color css
<style>
span { border-color: #A102E1; }
span { border-color: rgb(161,2,225); }
td.TdClassName
{
border-color: #A102E1;
}
.TagClassName
{
border-color: #A102E1;
}
</style>