Shades of Dark Violet #A40BEC
Tints of Dark Violet #A40BEC
RGB
CMYK
RGB Variations
Color information
#A40BEC (or 0xA40BEC) is known color: Dark Violet. HEX triplet: A4, 0B and EC. RGB value is (164,11,236). Sum of RGB (Red+Green+Blue) = 164+11+236=411 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.90% from 411); Green value is 11 (4.69% from 255 or 2.68% from 411); Blue value is 236 (92.58% from 255 or 57.42% from 411); Max value from RGB is 236 - color contains mainly: blue. Hex color #A40BEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A40BEC is #5BF413. Grayscale: #515151. Windows color (decimal): -6026260 or 15469476. OLE color: 15469476.
HSL color Cylindrical-coordinate representation of color #A40BEC: hue angle of 280.8º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A40BEC is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 11 | 236 | - |
| CMYK | 0.31 | 0.95 | 0 | 0.07 |
| HSL | 280.8º | 0.91% | 0.48% | - |
| HSV(B) | 280.8º | 0.95% | 0.93% | - |
| XYZ | 30.57 | 14.19 | 80.48 | - |
| YUV | 82.4 | 214.69 | 186.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 11 | 236 | 0.31 | 0.95 | 0 | 0.07 | 280.8 | 0.91 | 0.48 |
| Hex | A4 | B | EC | 1F | 5F | 0 | 7 | 119 | 5B | 30 |
| Octal | 244 | 13 | 354 | 37 | 137 | 0 | 7 | 431 | 133 | 60 |
| Binary | 10100100 | 1011 | 11101100 | 11111 | 1011111 | 0 | 111 | 100011001 | 1011011 | 110000 |
Color Harmonies of #A40BEC
Complementary color
Monochromatic Colors of #A40BEC
Black with #A40BEC
Text Example
Text Example
White with #A40BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40BEC; }
p { color: rgb(164,11,236); }
H1.HeaderClassName
{
color: #A40BEC;
}
.AnyTagClassName
{
color: #A40BEC;
}
</style>
background-color css
<style>
a { background-color: #A40BEC; }
a { background-color: rgb(164,11,236); }
div.DivClassName
{
background-color: #A40BEC;
}
.BgClassName
{
background-color: #A40BEC;
}
</style>
border-color css
<style>
span { border-color: #A40BEC; }
span { border-color: rgb(164,11,236); }
td.TdClassName
{
border-color: #A40BEC;
}
.TagClassName
{
border-color: #A40BEC;
}
</style>