Shades of Dark Violet #A004BA
Tints of Dark Violet #A004BA
RGB
CMYK
RGB Variations
Color information
#A004BA (or 0xA004BA) is known color: Dark Violet. HEX triplet: A0, 04 and BA. RGB value is (160,4,186). Sum of RGB (Red+Green+Blue) = 160+4+186=350 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.71% from 350); Green value is 4 (1.95% from 255 or 1.14% 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 #A004BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A004BA is #5FFB45. Grayscale: #464646. Windows color (decimal): -6290246 or 12190880. OLE color: 12190880.
HSL color Cylindrical-coordinate representation of color #A004BA: hue angle of 291.43º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A004BA is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 4 | 186 | - |
| CMYK | 0.14 | 0.98 | 0 | 0.27 |
| HSL | 291.43º | 0.96% | 0.37% | - |
| HSV(B) | 291.43º | 0.98% | 0.73% | - |
| XYZ | 23.4 | 11.11 | 47.36 | - |
| YUV | 71.39 | 192.68 | 191.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 4 | 186 | 0.14 | 0.98 | 0 | 0.27 | 291.43 | 0.96 | 0.37 |
| Hex | A0 | 4 | BA | E | 62 | 0 | 1B | 123 | 60 | 25 |
| Octal | 240 | 4 | 272 | 16 | 142 | 0 | 33 | 443 | 140 | 45 |
| Binary | 10100000 | 100 | 10111010 | 1110 | 1100010 | 0 | 11011 | 100100011 | 1100000 | 100101 |
Color Harmonies of #A004BA
Complementary color
Monochromatic Colors of #A004BA
Black with #A004BA
Text Example
Text Example
White with #A004BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A004BA; }
p { color: rgb(160,4,186); }
H1.HeaderClassName
{
color: #A004BA;
}
.AnyTagClassName
{
color: #A004BA;
}
</style>
background-color css
<style>
a { background-color: #A004BA; }
a { background-color: rgb(160,4,186); }
div.DivClassName
{
background-color: #A004BA;
}
.BgClassName
{
background-color: #A004BA;
}
</style>
border-color css
<style>
span { border-color: #A004BA; }
span { border-color: rgb(160,4,186); }
td.TdClassName
{
border-color: #A004BA;
}
.TagClassName
{
border-color: #A004BA;
}
</style>