Shades of Dark Violet #A40AB8
Tints of Dark Violet #A40AB8
RGB
CMYK
RGB Variations
Color information
#A40AB8 (or 0xA40AB8) is known color: Dark Violet. HEX triplet: A4, 0A and B8. RGB value is (164,10,184). Sum of RGB (Red+Green+Blue) = 164+10+184=358 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.81% from 358); Green value is 10 (4.30% from 255 or 2.79% from 358); Blue value is 184 (72.27% from 255 or 51.40% from 358); Max value from RGB is 184 - color contains mainly: blue. Hex color #A40AB8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40AB8 is #5BF547. Grayscale: #4B4B4B. Windows color (decimal): -6026568 or 12061348. OLE color: 12061348.
HSL color Cylindrical-coordinate representation of color #A40AB8: hue angle of 293.1º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A40AB8 is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 164 | 10 | 184 | - |
| CMYK | 0.11 | 0.95 | 0 | 0.28 |
| HSL | 293.1º | 0.9% | 0.38% | - |
| HSV(B) | 293.1º | 0.95% | 0.72% | - |
| XYZ | 24.07 | 11.57 | 46.31 | - |
| YUV | 75.88 | 189.02 | 190.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 10 | 184 | 0.11 | 0.95 | 0 | 0.28 | 293.1 | 0.9 | 0.38 |
| Hex | A4 | A | B8 | B | 5F | 0 | 1C | 125 | 5A | 26 |
| Octal | 244 | 12 | 270 | 13 | 137 | 0 | 34 | 445 | 132 | 46 |
| Binary | 10100100 | 1010 | 10111000 | 1011 | 1011111 | 0 | 11100 | 100100101 | 1011010 | 100110 |
Color Harmonies of #A40AB8
Complementary color
Monochromatic Colors of #A40AB8
Black with #A40AB8
Text Example
Text Example
White with #A40AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40AB8; }
p { color: rgb(164,10,184); }
H1.HeaderClassName
{
color: #A40AB8;
}
.AnyTagClassName
{
color: #A40AB8;
}
</style>
background-color css
<style>
a { background-color: #A40AB8; }
a { background-color: rgb(164,10,184); }
div.DivClassName
{
background-color: #A40AB8;
}
.BgClassName
{
background-color: #A40AB8;
}
</style>
border-color css
<style>
span { border-color: #A40AB8; }
span { border-color: rgb(164,10,184); }
td.TdClassName
{
border-color: #A40AB8;
}
.TagClassName
{
border-color: #A40AB8;
}
</style>