Shades of Dark Violet #A10CE7
Tints of Dark Violet #A10CE7
RGB
CMYK
RGB Variations
Color information
#A10CE7 (or 0xA10CE7) is known color: Dark Violet. HEX triplet: A1, 0C and E7. RGB value is (161,12,231). Sum of RGB (Red+Green+Blue) = 161+12+231=404 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.85% from 404); Green value is 12 (5.08% from 255 or 2.97% from 404); Blue value is 231 (90.62% from 255 or 57.18% from 404); Max value from RGB is 231 - color contains mainly: blue. Hex color #A10CE7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A10CE7 is #5EF318. Grayscale: #505050. Windows color (decimal): -6222617 or 15142049. OLE color: 15142049.
HSL color Cylindrical-coordinate representation of color #A10CE7: hue angle of 280.82º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A10CE7 is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 12 | 231 | - |
| CMYK | 0.30 | 0.95 | 0 | 0.09 |
| HSL | 280.82º | 0.9% | 0.48% | - |
| HSV(B) | 280.82º | 0.95% | 0.91% | - |
| XYZ | 29.25 | 13.61 | 76.69 | - |
| YUV | 81.52 | 212.36 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 12 | 231 | 0.30 | 0.95 | 0 | 0.09 | 280.82 | 0.9 | 0.48 |
| Hex | A1 | C | E7 | 1E | 5F | 0 | 9 | 119 | 5A | 30 |
| Octal | 241 | 14 | 347 | 36 | 137 | 0 | 11 | 431 | 132 | 60 |
| Binary | 10100001 | 1100 | 11100111 | 11110 | 1011111 | 0 | 1001 | 100011001 | 1011010 | 110000 |
Color Harmonies of #A10CE7
Complementary color
Monochromatic Colors of #A10CE7
Black with #A10CE7
Text Example
Text Example
White with #A10CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10CE7; }
p { color: rgb(161,12,231); }
H1.HeaderClassName
{
color: #A10CE7;
}
.AnyTagClassName
{
color: #A10CE7;
}
</style>
background-color css
<style>
a { background-color: #A10CE7; }
a { background-color: rgb(161,12,231); }
div.DivClassName
{
background-color: #A10CE7;
}
.BgClassName
{
background-color: #A10CE7;
}
</style>
border-color css
<style>
span { border-color: #A10CE7; }
span { border-color: rgb(161,12,231); }
td.TdClassName
{
border-color: #A10CE7;
}
.TagClassName
{
border-color: #A10CE7;
}
</style>