Shades of Dark Violet #A40AE0
Tints of Dark Violet #A40AE0
RGB
CMYK
RGB Variations
Color information
#A40AE0 (or 0xA40AE0) is known color: Dark Violet. HEX triplet: A4, 0A and E0. RGB value is (164,10,224). Sum of RGB (Red+Green+Blue) = 164+10+224=398 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.21% from 398); Green value is 10 (4.30% from 255 or 2.51% from 398); Blue value is 224 (87.89% from 255 or 56.28% from 398); Max value from RGB is 224 - color contains mainly: blue. Hex color #A40AE0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40AE0 is #5BF51F. Grayscale: #4F4F4F. Windows color (decimal): -6026528 or 14682788. OLE color: 14682788.
HSL color Cylindrical-coordinate representation of color #A40AE0: hue angle of 283.18º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A40AE0 is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 164 | 10 | 224 | - |
| CMYK | 0.27 | 0.96 | 0 | 0.12 |
| HSL | 283.18º | 0.91% | 0.46% | - |
| HSV(B) | 283.18º | 0.96% | 0.88% | - |
| XYZ | 28.87 | 13.49 | 71.6 | - |
| YUV | 80.44 | 209.02 | 187.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 10 | 224 | 0.27 | 0.96 | 0 | 0.12 | 283.18 | 0.91 | 0.46 |
| Hex | A4 | A | E0 | 1B | 60 | 0 | C | 11B | 5B | 2E |
| Octal | 244 | 12 | 340 | 33 | 140 | 0 | 14 | 433 | 133 | 56 |
| Binary | 10100100 | 1010 | 11100000 | 11011 | 1100000 | 0 | 1100 | 100011011 | 1011011 | 101110 |
Color Harmonies of #A40AE0
Complementary color
Monochromatic Colors of #A40AE0
Black with #A40AE0
Text Example
Text Example
White with #A40AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40AE0; }
p { color: rgb(164,10,224); }
H1.HeaderClassName
{
color: #A40AE0;
}
.AnyTagClassName
{
color: #A40AE0;
}
</style>
background-color css
<style>
a { background-color: #A40AE0; }
a { background-color: rgb(164,10,224); }
div.DivClassName
{
background-color: #A40AE0;
}
.BgClassName
{
background-color: #A40AE0;
}
</style>
border-color css
<style>
span { border-color: #A40AE0; }
span { border-color: rgb(164,10,224); }
td.TdClassName
{
border-color: #A40AE0;
}
.TagClassName
{
border-color: #A40AE0;
}
</style>