Shades of Dark Violet #A404C5
Tints of Dark Violet #A404C5
RGB
CMYK
RGB Variations
Color information
#A404C5 (or 0xA404C5) is known color: Dark Violet. HEX triplet: A4, 04 and C5. RGB value is (164,4,197). Sum of RGB (Red+Green+Blue) = 164+4+197=365 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.93% from 365); Green value is 4 (1.95% from 255 or 1.10% from 365); Blue value is 197 (77.34% from 255 or 53.97% from 365); Max value from RGB is 197 - color contains mainly: blue. Hex color #A404C5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A404C5 is #5BFB3A. Grayscale: #494949. Windows color (decimal): -6028091 or 12911780. OLE color: 12911780.
HSL color Cylindrical-coordinate representation of color #A404C5: hue angle of 289.74º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A404C5 is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 164 | 4 | 197 | - |
| CMYK | 0.17 | 0.98 | 0 | 0.23 |
| HSL | 289.74º | 0.96% | 0.39% | - |
| HSV(B) | 289.74º | 0.98% | 0.77% | - |
| XYZ | 25.43 | 12.01 | 53.8 | - |
| YUV | 73.84 | 197.51 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 4 | 197 | 0.17 | 0.98 | 0 | 0.23 | 289.74 | 0.96 | 0.39 |
| Hex | A4 | 4 | C5 | 11 | 62 | 0 | 17 | 122 | 60 | 27 |
| Octal | 244 | 4 | 305 | 21 | 142 | 0 | 27 | 442 | 140 | 47 |
| Binary | 10100100 | 100 | 11000101 | 10001 | 1100010 | 0 | 10111 | 100100010 | 1100000 | 100111 |
Color Harmonies of #A404C5
Complementary color
Monochromatic Colors of #A404C5
Black with #A404C5
Text Example
Text Example
White with #A404C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A404C5; }
p { color: rgb(164,4,197); }
H1.HeaderClassName
{
color: #A404C5;
}
.AnyTagClassName
{
color: #A404C5;
}
</style>
background-color css
<style>
a { background-color: #A404C5; }
a { background-color: rgb(164,4,197); }
div.DivClassName
{
background-color: #A404C5;
}
.BgClassName
{
background-color: #A404C5;
}
</style>
border-color css
<style>
span { border-color: #A404C5; }
span { border-color: rgb(164,4,197); }
td.TdClassName
{
border-color: #A404C5;
}
.TagClassName
{
border-color: #A404C5;
}
</style>