Shades of Dark Violet #A102E7
Tints of Dark Violet #A102E7
RGB
CMYK
RGB Variations
Color information
#A102E7 (or 0xA102E7) is known color: Dark Violet. HEX triplet: A1, 02 and E7. RGB value is (161,2,231). Sum of RGB (Red+Green+Blue) = 161+2+231=394 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.86% from 394); Green value is 2 (1.17% from 255 or 0.51% from 394); Blue value is 231 (90.62% from 255 or 58.63% from 394); Max value from RGB is 231 - color contains mainly: blue. Hex color #A102E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A102E7 is #5EFD18. Grayscale: #4A4A4A. Windows color (decimal): -6225177 or 15139489. OLE color: 15139489.
HSL color Cylindrical-coordinate representation of color #A102E7: hue angle of 281.66º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A102E7 is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 2 | 231 | - |
| CMYK | 0.30 | 0.99 | 0 | 0.09 |
| HSL | 281.66º | 0.98% | 0.46% | - |
| HSV(B) | 281.66º | 0.99% | 0.91% | - |
| XYZ | 29.14 | 13.39 | 76.65 | - |
| YUV | 75.65 | 215.68 | 188.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 2 | 231 | 0.30 | 0.99 | 0 | 0.09 | 281.66 | 0.98 | 0.46 |
| Hex | A1 | 2 | E7 | 1E | 63 | 0 | 9 | 11A | 62 | 2E |
| Octal | 241 | 2 | 347 | 36 | 143 | 0 | 11 | 432 | 142 | 56 |
| Binary | 10100001 | 10 | 11100111 | 11110 | 1100011 | 0 | 1001 | 100011010 | 1100010 | 101110 |
Color Harmonies of #A102E7
Complementary color
Monochromatic Colors of #A102E7
Black with #A102E7
Text Example
Text Example
White with #A102E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A102E7; }
p { color: rgb(161,2,231); }
H1.HeaderClassName
{
color: #A102E7;
}
.AnyTagClassName
{
color: #A102E7;
}
</style>
background-color css
<style>
a { background-color: #A102E7; }
a { background-color: rgb(161,2,231); }
div.DivClassName
{
background-color: #A102E7;
}
.BgClassName
{
background-color: #A102E7;
}
</style>
border-color css
<style>
span { border-color: #A102E7; }
span { border-color: rgb(161,2,231); }
td.TdClassName
{
border-color: #A102E7;
}
.TagClassName
{
border-color: #A102E7;
}
</style>