Shades of Dark Violet #A404C3
Tints of Dark Violet #A404C3
RGB
CMYK
RGB Variations
Color information
#A404C3 (or 0xA404C3) is known color: Dark Violet. HEX triplet: A4, 04 and C3. RGB value is (164,4,195). Sum of RGB (Red+Green+Blue) = 164+4+195=363 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.18% from 363); Green value is 4 (1.95% from 255 or 1.10% from 363); Blue value is 195 (76.56% from 255 or 53.72% from 363); Max value from RGB is 195 - color contains mainly: blue. Hex color #A404C3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A404C3 is #5BFB3C. Grayscale: #494949. Windows color (decimal): -6028093 or 12780708. OLE color: 12780708.
HSL color Cylindrical-coordinate representation of color #A404C3: hue angle of 290.26º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A404C3 is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 164 | 4 | 195 | - |
| CMYK | 0.16 | 0.98 | 0 | 0.24 |
| HSL | 290.26º | 0.96% | 0.39% | - |
| HSV(B) | 290.26º | 0.98% | 0.76% | - |
| XYZ | 25.2 | 11.92 | 52.6 | - |
| YUV | 73.61 | 196.51 | 192.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 4 | 195 | 0.16 | 0.98 | 0 | 0.24 | 290.26 | 0.96 | 0.39 |
| Hex | A4 | 4 | C3 | 10 | 62 | 0 | 18 | 122 | 60 | 27 |
| Octal | 244 | 4 | 303 | 20 | 142 | 0 | 30 | 442 | 140 | 47 |
| Binary | 10100100 | 100 | 11000011 | 10000 | 1100010 | 0 | 11000 | 100100010 | 1100000 | 100111 |
Color Harmonies of #A404C3
Complementary color
Monochromatic Colors of #A404C3
Black with #A404C3
Text Example
Text Example
White with #A404C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A404C3; }
p { color: rgb(164,4,195); }
H1.HeaderClassName
{
color: #A404C3;
}
.AnyTagClassName
{
color: #A404C3;
}
</style>
background-color css
<style>
a { background-color: #A404C3; }
a { background-color: rgb(164,4,195); }
div.DivClassName
{
background-color: #A404C3;
}
.BgClassName
{
background-color: #A404C3;
}
</style>
border-color css
<style>
span { border-color: #A404C3; }
span { border-color: rgb(164,4,195); }
td.TdClassName
{
border-color: #A404C3;
}
.TagClassName
{
border-color: #A404C3;
}
</style>