Shades of Dark Violet #A504B4
Tints of Dark Violet #A504B4
RGB
CMYK
RGB Variations
Color information
#A504B4 (or 0xA504B4) is known color: Dark Violet. HEX triplet: A5, 04 and B4. RGB value is (165,4,180). Sum of RGB (Red+Green+Blue) = 165+4+180=349 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.28% from 349); Green value is 4 (1.95% from 255 or 1.15% from 349); Blue value is 180 (70.70% from 255 or 51.58% from 349); Max value from RGB is 180 - color contains mainly: blue. Hex color #A504B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A504B4 is #5AFB4B. Grayscale: #474747. Windows color (decimal): -5962572 or 11797669. OLE color: 11797669.
HSL color Cylindrical-coordinate representation of color #A504B4: hue angle of 294.89º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A504B4 is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 165 | 4 | 180 | - |
| CMYK | 0.08 | 0.98 | 0 | 0.29 |
| HSL | 294.89º | 0.96% | 0.36% | - |
| HSV(B) | 294.89º | 0.98% | 0.71% | - |
| XYZ | 23.8 | 11.38 | 44.12 | - |
| YUV | 72.2 | 188.84 | 194.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 4 | 180 | 0.08 | 0.98 | 0 | 0.29 | 294.89 | 0.96 | 0.36 |
| Hex | A5 | 4 | B4 | 8 | 62 | 0 | 1D | 127 | 60 | 24 |
| Octal | 245 | 4 | 264 | 10 | 142 | 0 | 35 | 447 | 140 | 44 |
| Binary | 10100101 | 100 | 10110100 | 1000 | 1100010 | 0 | 11101 | 100100111 | 1100000 | 100100 |
Color Harmonies of #A504B4
Complementary color
Monochromatic Colors of #A504B4
Black with #A504B4
Text Example
Text Example
White with #A504B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A504B4; }
p { color: rgb(165,4,180); }
H1.HeaderClassName
{
color: #A504B4;
}
.AnyTagClassName
{
color: #A504B4;
}
</style>
background-color css
<style>
a { background-color: #A504B4; }
a { background-color: rgb(165,4,180); }
div.DivClassName
{
background-color: #A504B4;
}
.BgClassName
{
background-color: #A504B4;
}
</style>
border-color css
<style>
span { border-color: #A504B4; }
span { border-color: rgb(165,4,180); }
td.TdClassName
{
border-color: #A504B4;
}
.TagClassName
{
border-color: #A504B4;
}
</style>