Shades of Dark Violet #A404BE
Tints of Dark Violet #A404BE
RGB
CMYK
RGB Variations
Color information
#A404BE (or 0xA404BE) is known color: Dark Violet. HEX triplet: A4, 04 and BE. RGB value is (164,4,190). Sum of RGB (Red+Green+Blue) = 164+4+190=358 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.81% from 358); Green value is 4 (1.95% from 255 or 1.12% from 358); Blue value is 190 (74.61% from 255 or 53.07% from 358); Max value from RGB is 190 - color contains mainly: blue. Hex color #A404BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A404BE is #5BFB41. Grayscale: #484848. Windows color (decimal): -6028098 or 12453028. OLE color: 12453028.
HSL color Cylindrical-coordinate representation of color #A404BE: hue angle of 291.61º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A404BE is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 4 | 190 | - |
| CMYK | 0.14 | 0.98 | 0 | 0.25 |
| HSL | 291.61º | 0.96% | 0.38% | - |
| HSV(B) | 291.61º | 0.98% | 0.75% | - |
| XYZ | 24.65 | 11.7 | 49.67 | - |
| YUV | 73.04 | 194.01 | 192.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 4 | 190 | 0.14 | 0.98 | 0 | 0.25 | 291.61 | 0.96 | 0.38 |
| Hex | A4 | 4 | BE | E | 62 | 0 | 19 | 124 | 60 | 26 |
| Octal | 244 | 4 | 276 | 16 | 142 | 0 | 31 | 444 | 140 | 46 |
| Binary | 10100100 | 100 | 10111110 | 1110 | 1100010 | 0 | 11001 | 100100100 | 1100000 | 100110 |
Color Harmonies of #A404BE
Complementary color
Monochromatic Colors of #A404BE
Black with #A404BE
Text Example
Text Example
White with #A404BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A404BE; }
p { color: rgb(164,4,190); }
H1.HeaderClassName
{
color: #A404BE;
}
.AnyTagClassName
{
color: #A404BE;
}
</style>
background-color css
<style>
a { background-color: #A404BE; }
a { background-color: rgb(164,4,190); }
div.DivClassName
{
background-color: #A404BE;
}
.BgClassName
{
background-color: #A404BE;
}
</style>
border-color css
<style>
span { border-color: #A404BE; }
span { border-color: rgb(164,4,190); }
td.TdClassName
{
border-color: #A404BE;
}
.TagClassName
{
border-color: #A404BE;
}
</style>