Shades of Dark Violet #A40ABB
Tints of Dark Violet #A40ABB
RGB
CMYK
RGB Variations
Color information
#A40ABB (or 0xA40ABB) is known color: Dark Violet. HEX triplet: A4, 0A and BB. RGB value is (164,10,187). Sum of RGB (Red+Green+Blue) = 164+10+187=361 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.43% from 361); Green value is 10 (4.30% from 255 or 2.77% from 361); Blue value is 187 (73.44% from 255 or 51.80% from 361); Max value from RGB is 187 - color contains mainly: blue. Hex color #A40ABB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40ABB is #5BF544. Grayscale: #4B4B4B. Windows color (decimal): -6026565 or 12257956. OLE color: 12257956.
HSL color Cylindrical-coordinate representation of color #A40ABB: hue angle of 292.2º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A40ABB is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 10 | 187 | - |
| CMYK | 0.12 | 0.95 | 0 | 0.27 |
| HSL | 292.2º | 0.9% | 0.39% | - |
| HSV(B) | 292.2º | 0.95% | 0.73% | - |
| XYZ | 24.39 | 11.7 | 47.99 | - |
| YUV | 76.22 | 190.52 | 190.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 10 | 187 | 0.12 | 0.95 | 0 | 0.27 | 292.2 | 0.9 | 0.39 |
| Hex | A4 | A | BB | C | 5F | 0 | 1B | 124 | 5A | 27 |
| Octal | 244 | 12 | 273 | 14 | 137 | 0 | 33 | 444 | 132 | 47 |
| Binary | 10100100 | 1010 | 10111011 | 1100 | 1011111 | 0 | 11011 | 100100100 | 1011010 | 100111 |
Color Harmonies of #A40ABB
Complementary color
Monochromatic Colors of #A40ABB
Black with #A40ABB
Text Example
Text Example
White with #A40ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40ABB; }
p { color: rgb(164,10,187); }
H1.HeaderClassName
{
color: #A40ABB;
}
.AnyTagClassName
{
color: #A40ABB;
}
</style>
background-color css
<style>
a { background-color: #A40ABB; }
a { background-color: rgb(164,10,187); }
div.DivClassName
{
background-color: #A40ABB;
}
.BgClassName
{
background-color: #A40ABB;
}
</style>
border-color css
<style>
span { border-color: #A40ABB; }
span { border-color: rgb(164,10,187); }
td.TdClassName
{
border-color: #A40ABB;
}
.TagClassName
{
border-color: #A40ABB;
}
</style>