Shades of Dark Violet #A400BA
Tints of Dark Violet #A400BA
RGB
CMYK
RGB Variations
Color information
#A400BA (or 0xA400BA) is known color: Dark Violet. HEX triplet: A4, 00 and BA. RGB value is (164,0,186). Sum of RGB (Red+Green+Blue) = 164+0+186=350 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.86% from 350); Green value is 0 (0.39% from 255 or 0% from 350); Blue value is 186 (73.05% from 255 or 53.14% from 350); Max value from RGB is 186 - color contains mainly: blue. Hex color #A400BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A400BA is #5BFF45. Grayscale: #454545. Windows color (decimal): -6029126 or 12189860. OLE color: 12189860.
HSL color Cylindrical-coordinate representation of color #A400BA: hue angle of 292.9º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A400BA is Cyan = 0.12, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 0 | 186 | - |
| CMYK | 0.12 | 1 | 0 | 0.27 |
| HSL | 292.9º | 1% | 0.36% | - |
| HSV(B) | 292.9º | 1% | 0.73% | - |
| XYZ | 24.17 | 11.44 | 47.39 | - |
| YUV | 70.24 | 193.33 | 194.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 0 | 186 | 0.12 | 1 | 0 | 0.27 | 292.9 | 1 | 0.36 |
| Hex | A4 | 0 | BA | C | 64 | 0 | 1B | 125 | 64 | 24 |
| Octal | 244 | 0 | 272 | 14 | 144 | 0 | 33 | 445 | 144 | 44 |
| Binary | 10100100 | 0 | 10111010 | 1100 | 1100100 | 0 | 11011 | 100100101 | 1100100 | 100100 |
Color Harmonies of #A400BA
Complementary color
Monochromatic Colors of #A400BA
Black with #A400BA
Text Example
Text Example
White with #A400BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A400BA; }
p { color: rgb(164,0,186); }
H1.HeaderClassName
{
color: #A400BA;
}
.AnyTagClassName
{
color: #A400BA;
}
</style>
background-color css
<style>
a { background-color: #A400BA; }
a { background-color: rgb(164,0,186); }
div.DivClassName
{
background-color: #A400BA;
}
.BgClassName
{
background-color: #A400BA;
}
</style>
border-color css
<style>
span { border-color: #A400BA; }
span { border-color: rgb(164,0,186); }
td.TdClassName
{
border-color: #A400BA;
}
.TagClassName
{
border-color: #A400BA;
}
</style>