Shades of Dark Violet #A400CA
Tints of Dark Violet #A400CA
RGB
CMYK
RGB Variations
Color information
#A400CA (or 0xA400CA) is known color: Dark Violet. HEX triplet: A4, 00 and CA. RGB value is (164,0,202). Sum of RGB (Red+Green+Blue) = 164+0+202=366 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.81% from 366); Green value is 0 (0.39% from 255 or 0% from 366); Blue value is 202 (79.30% from 255 or 55.19% from 366); Max value from RGB is 202 - color contains mainly: blue. Hex color #A400CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A400CA is #5BFF35. Grayscale: #474747. Windows color (decimal): -6029110 or 13238436. OLE color: 13238436.
HSL color Cylindrical-coordinate representation of color #A400CA: hue angle of 288.71º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A400CA is Cyan = 0.19, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 164 | 0 | 202 | - |
| CMYK | 0.19 | 1 | 0 | 0.21 |
| HSL | 288.71º | 1% | 0.4% | - |
| HSV(B) | 288.71º | 1% | 0.79% | - |
| XYZ | 25.97 | 12.16 | 56.85 | - |
| YUV | 72.06 | 201.33 | 193.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 0 | 202 | 0.19 | 1 | 0 | 0.21 | 288.71 | 1 | 0.4 |
| Hex | A4 | 0 | CA | 13 | 64 | 0 | 15 | 121 | 64 | 28 |
| Octal | 244 | 0 | 312 | 23 | 144 | 0 | 25 | 441 | 144 | 50 |
| Binary | 10100100 | 0 | 11001010 | 10011 | 1100100 | 0 | 10101 | 100100001 | 1100100 | 101000 |
Color Harmonies of #A400CA
Complementary color
Monochromatic Colors of #A400CA
Black with #A400CA
Text Example
Text Example
White with #A400CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A400CA; }
p { color: rgb(164,0,202); }
H1.HeaderClassName
{
color: #A400CA;
}
.AnyTagClassName
{
color: #A400CA;
}
</style>
background-color css
<style>
a { background-color: #A400CA; }
a { background-color: rgb(164,0,202); }
div.DivClassName
{
background-color: #A400CA;
}
.BgClassName
{
background-color: #A400CA;
}
</style>
border-color css
<style>
span { border-color: #A400CA; }
span { border-color: rgb(164,0,202); }
td.TdClassName
{
border-color: #A400CA;
}
.TagClassName
{
border-color: #A400CA;
}
</style>