Shades of Dark Violet #A40CE2
Tints of Dark Violet #A40CE2
RGB
CMYK
RGB Variations
Color information
#A40CE2 (or 0xA40CE2) is known color: Dark Violet. HEX triplet: A4, 0C and E2. RGB value is (164,12,226). Sum of RGB (Red+Green+Blue) = 164+12+226=402 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.80% from 402); Green value is 12 (5.08% from 255 or 2.99% from 402); Blue value is 226 (88.67% from 255 or 56.22% from 402); Max value from RGB is 226 - color contains mainly: blue. Hex color #A40CE2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40CE2 is #5BF31D. Grayscale: #515151. Windows color (decimal): -6026014 or 14814372. OLE color: 14814372.
HSL color Cylindrical-coordinate representation of color #A40CE2: hue angle of 282.62º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A40CE2 is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 164 | 12 | 226 | - |
| CMYK | 0.27 | 0.95 | 0 | 0.11 |
| HSL | 282.62º | 0.9% | 0.47% | - |
| HSV(B) | 282.62º | 0.95% | 0.89% | - |
| XYZ | 29.17 | 13.65 | 73.05 | - |
| YUV | 81.84 | 209.36 | 186.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 12 | 226 | 0.27 | 0.95 | 0 | 0.11 | 282.62 | 0.9 | 0.47 |
| Hex | A4 | C | E2 | 1B | 5F | 0 | B | 11B | 5A | 2F |
| Octal | 244 | 14 | 342 | 33 | 137 | 0 | 13 | 433 | 132 | 57 |
| Binary | 10100100 | 1100 | 11100010 | 11011 | 1011111 | 0 | 1011 | 100011011 | 1011010 | 101111 |
Color Harmonies of #A40CE2
Complementary color
Monochromatic Colors of #A40CE2
Black with #A40CE2
Text Example
Text Example
White with #A40CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40CE2; }
p { color: rgb(164,12,226); }
H1.HeaderClassName
{
color: #A40CE2;
}
.AnyTagClassName
{
color: #A40CE2;
}
</style>
background-color css
<style>
a { background-color: #A40CE2; }
a { background-color: rgb(164,12,226); }
div.DivClassName
{
background-color: #A40CE2;
}
.BgClassName
{
background-color: #A40CE2;
}
</style>
border-color css
<style>
span { border-color: #A40CE2; }
span { border-color: rgb(164,12,226); }
td.TdClassName
{
border-color: #A40CE2;
}
.TagClassName
{
border-color: #A40CE2;
}
</style>