Shades of Dark Violet #A40BE0
Tints of Dark Violet #A40BE0
RGB
CMYK
RGB Variations
Color information
#A40BE0 (or 0xA40BE0) is known color: Dark Violet. HEX triplet: A4, 0B and E0. RGB value is (164,11,224). Sum of RGB (Red+Green+Blue) = 164+11+224=399 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.10% from 399); Green value is 11 (4.69% from 255 or 2.76% from 399); Blue value is 224 (87.89% from 255 or 56.14% from 399); Max value from RGB is 224 - color contains mainly: blue. Hex color #A40BE0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40BE0 is #5BF41F. Grayscale: #505050. Windows color (decimal): -6026272 or 14683044. OLE color: 14683044.
HSL color Cylindrical-coordinate representation of color #A40BE0: hue angle of 283.1º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A40BE0 is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 164 | 11 | 224 | - |
| CMYK | 0.27 | 0.95 | 0 | 0.12 |
| HSL | 283.1º | 0.91% | 0.46% | - |
| HSV(B) | 283.1º | 0.95% | 0.88% | - |
| XYZ | 28.88 | 13.51 | 71.61 | - |
| YUV | 81.03 | 208.69 | 187.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 11 | 224 | 0.27 | 0.95 | 0 | 0.12 | 283.1 | 0.91 | 0.46 |
| Hex | A4 | B | E0 | 1B | 5F | 0 | C | 11B | 5B | 2E |
| Octal | 244 | 13 | 340 | 33 | 137 | 0 | 14 | 433 | 133 | 56 |
| Binary | 10100100 | 1011 | 11100000 | 11011 | 1011111 | 0 | 1100 | 100011011 | 1011011 | 101110 |
Color Harmonies of #A40BE0
Complementary color
Monochromatic Colors of #A40BE0
Black with #A40BE0
Text Example
Text Example
White with #A40BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40BE0; }
p { color: rgb(164,11,224); }
H1.HeaderClassName
{
color: #A40BE0;
}
.AnyTagClassName
{
color: #A40BE0;
}
</style>
background-color css
<style>
a { background-color: #A40BE0; }
a { background-color: rgb(164,11,224); }
div.DivClassName
{
background-color: #A40BE0;
}
.BgClassName
{
background-color: #A40BE0;
}
</style>
border-color css
<style>
span { border-color: #A40BE0; }
span { border-color: rgb(164,11,224); }
td.TdClassName
{
border-color: #A40BE0;
}
.TagClassName
{
border-color: #A40BE0;
}
</style>