Shades of Dark Violet #A10ECB
Tints of Dark Violet #A10ECB
RGB
CMYK
RGB Variations
Color information
#A10ECB (or 0xA10ECB) is known color: Dark Violet. HEX triplet: A1, 0E and CB. RGB value is (161,14,203). Sum of RGB (Red+Green+Blue) = 161+14+203=378 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.59% from 378); Green value is 14 (5.86% from 255 or 3.70% from 378); Blue value is 203 (79.69% from 255 or 53.70% from 378); Max value from RGB is 203 - color contains mainly: blue. Hex color #A10ECB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A10ECB is #5EF134. Grayscale: #4E4E4E. Windows color (decimal): -6222133 or 13307553. OLE color: 13307553.
HSL color Cylindrical-coordinate representation of color #A10ECB: hue angle of 286.67º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A10ECB is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 14 | 203 | - |
| CMYK | 0.21 | 0.93 | 0 | 0.20 |
| HSL | 286.67º | 0.87% | 0.43% | - |
| HSV(B) | 286.67º | 0.93% | 0.8% | - |
| XYZ | 25.63 | 12.2 | 57.5 | - |
| YUV | 79.5 | 197.7 | 186.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 14 | 203 | 0.21 | 0.93 | 0 | 0.20 | 286.67 | 0.87 | 0.43 |
| Hex | A1 | E | CB | 15 | 5D | 0 | 14 | 11F | 57 | 2B |
| Octal | 241 | 16 | 313 | 25 | 135 | 0 | 24 | 437 | 127 | 53 |
| Binary | 10100001 | 1110 | 11001011 | 10101 | 1011101 | 0 | 10100 | 100011111 | 1010111 | 101011 |
Color Harmonies of #A10ECB
Complementary color
Monochromatic Colors of #A10ECB
Black with #A10ECB
Text Example
Text Example
White with #A10ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10ECB; }
p { color: rgb(161,14,203); }
H1.HeaderClassName
{
color: #A10ECB;
}
.AnyTagClassName
{
color: #A10ECB;
}
</style>
background-color css
<style>
a { background-color: #A10ECB; }
a { background-color: rgb(161,14,203); }
div.DivClassName
{
background-color: #A10ECB;
}
.BgClassName
{
background-color: #A10ECB;
}
</style>
border-color css
<style>
span { border-color: #A10ECB; }
span { border-color: rgb(161,14,203); }
td.TdClassName
{
border-color: #A10ECB;
}
.TagClassName
{
border-color: #A10ECB;
}
</style>