Shades of Dark Violet #A404BF
Tints of Dark Violet #A404BF
RGB
CMYK
RGB Variations
Color information
#A404BF (or 0xA404BF) is known color: Dark Violet. HEX triplet: A4, 04 and BF. RGB value is (164,4,191). Sum of RGB (Red+Green+Blue) = 164+4+191=359 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.68% from 359); Green value is 4 (1.95% from 255 or 1.11% from 359); Blue value is 191 (75% from 255 or 53.20% from 359); Max value from RGB is 191 - color contains mainly: blue. Hex color #A404BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A404BF is #5BFB40. Grayscale: #484848. Windows color (decimal): -6028097 or 12518564. OLE color: 12518564.
HSL color Cylindrical-coordinate representation of color #A404BF: hue angle of 291.34º 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 #A404BF is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 4 | 191 | - |
| CMYK | 0.14 | 0.98 | 0 | 0.25 |
| HSL | 291.34º | 0.96% | 0.38% | - |
| HSV(B) | 291.34º | 0.98% | 0.75% | - |
| XYZ | 24.76 | 11.74 | 50.25 | - |
| YUV | 73.16 | 194.51 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 4 | 191 | 0.14 | 0.98 | 0 | 0.25 | 291.34 | 0.96 | 0.38 |
| Hex | A4 | 4 | BF | E | 62 | 0 | 19 | 123 | 60 | 26 |
| Octal | 244 | 4 | 277 | 16 | 142 | 0 | 31 | 443 | 140 | 46 |
| Binary | 10100100 | 100 | 10111111 | 1110 | 1100010 | 0 | 11001 | 100100011 | 1100000 | 100110 |
Color Harmonies of #A404BF
Complementary color
Monochromatic Colors of #A404BF
Black with #A404BF
Text Example
Text Example
White with #A404BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A404BF; }
p { color: rgb(164,4,191); }
H1.HeaderClassName
{
color: #A404BF;
}
.AnyTagClassName
{
color: #A404BF;
}
</style>
background-color css
<style>
a { background-color: #A404BF; }
a { background-color: rgb(164,4,191); }
div.DivClassName
{
background-color: #A404BF;
}
.BgClassName
{
background-color: #A404BF;
}
</style>
border-color css
<style>
span { border-color: #A404BF; }
span { border-color: rgb(164,4,191); }
td.TdClassName
{
border-color: #A404BF;
}
.TagClassName
{
border-color: #A404BF;
}
</style>