Shades of Dark Violet #A400B9
Tints of Dark Violet #A400B9
RGB
CMYK
RGB Variations
Color information
#A400B9 (or 0xA400B9) is known color: Dark Violet. HEX triplet: A4, 00 and B9. RGB value is (164,0,185). Sum of RGB (Red+Green+Blue) = 164+0+185=349 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.99% from 349); Green value is 0 (0.39% from 255 or 0% from 349); Blue value is 185 (72.66% from 255 or 53.01% from 349); Max value from RGB is 185 - color contains mainly: blue. Hex color #A400B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A400B9 is #5BFF46. Grayscale: #454545. Windows color (decimal): -6029127 or 12124324. OLE color: 12124324.
HSL color Cylindrical-coordinate representation of color #A400B9: hue angle of 293.19º 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 #A400B9 is Cyan = 0.11, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 0 | 185 | - |
| CMYK | 0.11 | 1 | 0 | 0.27 |
| HSL | 293.19º | 1% | 0.36% | - |
| HSV(B) | 293.19º | 1% | 0.73% | - |
| XYZ | 24.07 | 11.4 | 46.83 | - |
| YUV | 70.13 | 192.83 | 194.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 0 | 185 | 0.11 | 1 | 0 | 0.27 | 293.19 | 1 | 0.36 |
| Hex | A4 | 0 | B9 | B | 64 | 0 | 1B | 125 | 64 | 24 |
| Octal | 244 | 0 | 271 | 13 | 144 | 0 | 33 | 445 | 144 | 44 |
| Binary | 10100100 | 0 | 10111001 | 1011 | 1100100 | 0 | 11011 | 100100101 | 1100100 | 100100 |
Color Harmonies of #A400B9
Complementary color
Monochromatic Colors of #A400B9
Black with #A400B9
Text Example
Text Example
White with #A400B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A400B9; }
p { color: rgb(164,0,185); }
H1.HeaderClassName
{
color: #A400B9;
}
.AnyTagClassName
{
color: #A400B9;
}
</style>
background-color css
<style>
a { background-color: #A400B9; }
a { background-color: rgb(164,0,185); }
div.DivClassName
{
background-color: #A400B9;
}
.BgClassName
{
background-color: #A400B9;
}
</style>
border-color css
<style>
span { border-color: #A400B9; }
span { border-color: rgb(164,0,185); }
td.TdClassName
{
border-color: #A400B9;
}
.TagClassName
{
border-color: #A400B9;
}
</style>