Shades of Dark Violet #A400C9
Tints of Dark Violet #A400C9
RGB
CMYK
RGB Variations
Color information
#A400C9 (or 0xA400C9) is known color: Dark Violet. HEX triplet: A4, 00 and C9. RGB value is (164,0,201). Sum of RGB (Red+Green+Blue) = 164+0+201=365 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.93% from 365); Green value is 0 (0.39% from 255 or 0% from 365); Blue value is 201 (78.91% from 255 or 55.07% from 365); Max value from RGB is 201 - color contains mainly: blue. Hex color #A400C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A400C9 is #5BFF36. Grayscale: #474747. Windows color (decimal): -6029111 or 13172900. OLE color: 13172900.
HSL color Cylindrical-coordinate representation of color #A400C9: hue angle of 288.96º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A400C9 is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 164 | 0 | 201 | - |
| CMYK | 0.18 | 1 | 0 | 0.21 |
| HSL | 288.96º | 1% | 0.39% | - |
| HSV(B) | 288.96º | 1% | 0.79% | - |
| XYZ | 25.85 | 12.11 | 56.23 | - |
| YUV | 71.95 | 200.83 | 193.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 0 | 201 | 0.18 | 1 | 0 | 0.21 | 288.96 | 1 | 0.39 |
| Hex | A4 | 0 | C9 | 12 | 64 | 0 | 15 | 121 | 64 | 27 |
| Octal | 244 | 0 | 311 | 22 | 144 | 0 | 25 | 441 | 144 | 47 |
| Binary | 10100100 | 0 | 11001001 | 10010 | 1100100 | 0 | 10101 | 100100001 | 1100100 | 100111 |
Color Harmonies of #A400C9
Complementary color
Monochromatic Colors of #A400C9
Black with #A400C9
Text Example
Text Example
White with #A400C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A400C9; }
p { color: rgb(164,0,201); }
H1.HeaderClassName
{
color: #A400C9;
}
.AnyTagClassName
{
color: #A400C9;
}
</style>
background-color css
<style>
a { background-color: #A400C9; }
a { background-color: rgb(164,0,201); }
div.DivClassName
{
background-color: #A400C9;
}
.BgClassName
{
background-color: #A400C9;
}
</style>
border-color css
<style>
span { border-color: #A400C9; }
span { border-color: rgb(164,0,201); }
td.TdClassName
{
border-color: #A400C9;
}
.TagClassName
{
border-color: #A400C9;
}
</style>