Shades of Dark Violet #A40AB7
Tints of Dark Violet #A40AB7
RGB
CMYK
RGB Variations
Color information
#A40AB7 (or 0xA40AB7) is known color: Dark Violet. HEX triplet: A4, 0A and B7. RGB value is (164,10,183). Sum of RGB (Red+Green+Blue) = 164+10+183=357 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.94% from 357); Green value is 10 (4.30% from 255 or 2.80% from 357); Blue value is 183 (71.88% from 255 or 51.26% from 357); Max value from RGB is 183 - color contains mainly: blue. Hex color #A40AB7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40AB7 is #5BF548. Grayscale: #4B4B4B. Windows color (decimal): -6026569 or 11995812. OLE color: 11995812.
HSL color Cylindrical-coordinate representation of color #A40AB7: hue angle of 293.41º 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 #A40AB7 is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 164 | 10 | 183 | - |
| CMYK | 0.10 | 0.95 | 0 | 0.28 |
| HSL | 293.41º | 0.9% | 0.38% | - |
| HSV(B) | 293.41º | 0.95% | 0.72% | - |
| XYZ | 23.97 | 11.53 | 45.76 | - |
| YUV | 75.77 | 188.52 | 190.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 10 | 183 | 0.10 | 0.95 | 0 | 0.28 | 293.41 | 0.9 | 0.38 |
| Hex | A4 | A | B7 | A | 5F | 0 | 1C | 125 | 5A | 26 |
| Octal | 244 | 12 | 267 | 12 | 137 | 0 | 34 | 445 | 132 | 46 |
| Binary | 10100100 | 1010 | 10110111 | 1010 | 1011111 | 0 | 11100 | 100100101 | 1011010 | 100110 |
Color Harmonies of #A40AB7
Complementary color
Monochromatic Colors of #A40AB7
Black with #A40AB7
Text Example
Text Example
White with #A40AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40AB7; }
p { color: rgb(164,10,183); }
H1.HeaderClassName
{
color: #A40AB7;
}
.AnyTagClassName
{
color: #A40AB7;
}
</style>
background-color css
<style>
a { background-color: #A40AB7; }
a { background-color: rgb(164,10,183); }
div.DivClassName
{
background-color: #A40AB7;
}
.BgClassName
{
background-color: #A40AB7;
}
</style>
border-color css
<style>
span { border-color: #A40AB7; }
span { border-color: rgb(164,10,183); }
td.TdClassName
{
border-color: #A40AB7;
}
.TagClassName
{
border-color: #A40AB7;
}
</style>