Shades of Dark Violet #A40BE5
Tints of Dark Violet #A40BE5
RGB
CMYK
RGB Variations
Color information
#A40BE5 (or 0xA40BE5) is known color: Dark Violet. HEX triplet: A4, 0B and E5. RGB value is (164,11,229). Sum of RGB (Red+Green+Blue) = 164+11+229=404 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.59% from 404); Green value is 11 (4.69% from 255 or 2.72% from 404); Blue value is 229 (89.84% from 255 or 56.68% from 404); Max value from RGB is 229 - color contains mainly: blue. Hex color #A40BE5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40BE5 is #5BF41A. Grayscale: #505050. Windows color (decimal): -6026267 or 15010724. OLE color: 15010724.
HSL color Cylindrical-coordinate representation of color #A40BE5: hue angle of 282.11º degrees, saturation: 0.91, 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 #A40BE5 is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 164 | 11 | 229 | - |
| CMYK | 0.28 | 0.95 | 0 | 0.10 |
| HSL | 282.11º | 0.91% | 0.47% | - |
| HSV(B) | 282.11º | 0.95% | 0.9% | - |
| XYZ | 29.57 | 13.79 | 75.23 | - |
| YUV | 81.6 | 211.19 | 186.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 11 | 229 | 0.28 | 0.95 | 0 | 0.10 | 282.11 | 0.91 | 0.47 |
| Hex | A4 | B | E5 | 1C | 5F | 0 | A | 11A | 5B | 2F |
| Octal | 244 | 13 | 345 | 34 | 137 | 0 | 12 | 432 | 133 | 57 |
| Binary | 10100100 | 1011 | 11100101 | 11100 | 1011111 | 0 | 1010 | 100011010 | 1011011 | 101111 |
Color Harmonies of #A40BE5
Complementary color
Monochromatic Colors of #A40BE5
Black with #A40BE5
Text Example
Text Example
White with #A40BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40BE5; }
p { color: rgb(164,11,229); }
H1.HeaderClassName
{
color: #A40BE5;
}
.AnyTagClassName
{
color: #A40BE5;
}
</style>
background-color css
<style>
a { background-color: #A40BE5; }
a { background-color: rgb(164,11,229); }
div.DivClassName
{
background-color: #A40BE5;
}
.BgClassName
{
background-color: #A40BE5;
}
</style>
border-color css
<style>
span { border-color: #A40BE5; }
span { border-color: rgb(164,11,229); }
td.TdClassName
{
border-color: #A40BE5;
}
.TagClassName
{
border-color: #A40BE5;
}
</style>