Shades of Dark Violet #A414CA
Tints of Dark Violet #A414CA
RGB
CMYK
RGB Variations
Color information
#A414CA (or 0xA414CA) is known color: Dark Violet. HEX triplet: A4, 14 and CA. RGB value is (164,20,202). Sum of RGB (Red+Green+Blue) = 164+20+202=386 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.49% from 386); Green value is 20 (8.20% from 255 or 5.18% from 386); Blue value is 202 (79.30% from 255 or 52.33% from 386); Max value from RGB is 202 - color contains mainly: blue. Hex color #A414CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A414CA is #5BEB35. Grayscale: #535353. Windows color (decimal): -6023990 or 13243556. OLE color: 13243556.
HSL color Cylindrical-coordinate representation of color #A414CA: hue angle of 287.47º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A414CA is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 164 | 20 | 202 | - |
| CMYK | 0.19 | 0.90 | 0 | 0.21 |
| HSL | 287.47º | 0.82% | 0.44% | - |
| HSV(B) | 287.47º | 0.9% | 0.79% | - |
| XYZ | 26.22 | 12.66 | 56.94 | - |
| YUV | 83.8 | 194.71 | 185.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 20 | 202 | 0.19 | 0.90 | 0 | 0.21 | 287.47 | 0.82 | 0.44 |
| Hex | A4 | 14 | CA | 13 | 5A | 0 | 15 | 11F | 52 | 2C |
| Octal | 244 | 24 | 312 | 23 | 132 | 0 | 25 | 437 | 122 | 54 |
| Binary | 10100100 | 10100 | 11001010 | 10011 | 1011010 | 0 | 10101 | 100011111 | 1010010 | 101100 |
Color Harmonies of #A414CA
Complementary color
Monochromatic Colors of #A414CA
Black with #A414CA
Text Example
Text Example
White with #A414CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A414CA; }
p { color: rgb(164,20,202); }
H1.HeaderClassName
{
color: #A414CA;
}
.AnyTagClassName
{
color: #A414CA;
}
</style>
background-color css
<style>
a { background-color: #A414CA; }
a { background-color: rgb(164,20,202); }
div.DivClassName
{
background-color: #A414CA;
}
.BgClassName
{
background-color: #A414CA;
}
</style>
border-color css
<style>
span { border-color: #A414CA; }
span { border-color: rgb(164,20,202); }
td.TdClassName
{
border-color: #A414CA;
}
.TagClassName
{
border-color: #A414CA;
}
</style>