Shades of Dark Violet #A10CE5
Tints of Dark Violet #A10CE5
RGB
CMYK
RGB Variations
Color information
#A10CE5 (or 0xA10CE5) is known color: Dark Violet. HEX triplet: A1, 0C and E5. RGB value is (161,12,229). Sum of RGB (Red+Green+Blue) = 161+12+229=402 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.05% from 402); Green value is 12 (5.08% from 255 or 2.99% from 402); Blue value is 229 (89.84% from 255 or 56.97% from 402); Max value from RGB is 229 - color contains mainly: blue. Hex color #A10CE5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A10CE5 is #5EF31A. Grayscale: #505050. Windows color (decimal): -6222619 or 15010977. OLE color: 15010977.
HSL color Cylindrical-coordinate representation of color #A10CE5: hue angle of 281.2º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A10CE5 is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 161 | 12 | 229 | - |
| CMYK | 0.30 | 0.95 | 0 | 0.10 |
| HSL | 281.2º | 0.9% | 0.47% | - |
| HSV(B) | 281.2º | 0.95% | 0.9% | - |
| XYZ | 28.97 | 13.5 | 75.21 | - |
| YUV | 81.29 | 211.36 | 184.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 12 | 229 | 0.30 | 0.95 | 0 | 0.10 | 281.2 | 0.9 | 0.47 |
| Hex | A1 | C | E5 | 1E | 5F | 0 | A | 119 | 5A | 2F |
| Octal | 241 | 14 | 345 | 36 | 137 | 0 | 12 | 431 | 132 | 57 |
| Binary | 10100001 | 1100 | 11100101 | 11110 | 1011111 | 0 | 1010 | 100011001 | 1011010 | 101111 |
Color Harmonies of #A10CE5
Complementary color
Monochromatic Colors of #A10CE5
Black with #A10CE5
Text Example
Text Example
White with #A10CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10CE5; }
p { color: rgb(161,12,229); }
H1.HeaderClassName
{
color: #A10CE5;
}
.AnyTagClassName
{
color: #A10CE5;
}
</style>
background-color css
<style>
a { background-color: #A10CE5; }
a { background-color: rgb(161,12,229); }
div.DivClassName
{
background-color: #A10CE5;
}
.BgClassName
{
background-color: #A10CE5;
}
</style>
border-color css
<style>
span { border-color: #A10CE5; }
span { border-color: rgb(161,12,229); }
td.TdClassName
{
border-color: #A10CE5;
}
.TagClassName
{
border-color: #A10CE5;
}
</style>