Shades of Dark Violet #A504B7
Tints of Dark Violet #A504B7
RGB
CMYK
RGB Variations
Color information
#A504B7 (or 0xA504B7) is known color: Dark Violet. HEX triplet: A5, 04 and B7. RGB value is (165,4,183). Sum of RGB (Red+Green+Blue) = 165+4+183=352 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.88% from 352); Green value is 4 (1.95% from 255 or 1.14% from 352); Blue value is 183 (71.88% from 255 or 51.99% from 352); Max value from RGB is 183 - color contains mainly: blue. Hex color #A504B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A504B7 is #5AFB48. Grayscale: #474747. Windows color (decimal): -5962569 or 11994277. OLE color: 11994277.
HSL color Cylindrical-coordinate representation of color #A504B7: hue angle of 293.97º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A504B7 is Cyan = 0.10, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 165 | 4 | 183 | - |
| CMYK | 0.10 | 0.98 | 0 | 0.28 |
| HSL | 293.97º | 0.96% | 0.37% | - |
| HSV(B) | 293.97º | 0.98% | 0.72% | - |
| XYZ | 24.11 | 11.51 | 45.75 | - |
| YUV | 72.55 | 190.34 | 193.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 4 | 183 | 0.10 | 0.98 | 0 | 0.28 | 293.97 | 0.96 | 0.37 |
| Hex | A5 | 4 | B7 | A | 62 | 0 | 1C | 126 | 60 | 25 |
| Octal | 245 | 4 | 267 | 12 | 142 | 0 | 34 | 446 | 140 | 45 |
| Binary | 10100101 | 100 | 10110111 | 1010 | 1100010 | 0 | 11100 | 100100110 | 1100000 | 100101 |
Color Harmonies of #A504B7
Complementary color
Monochromatic Colors of #A504B7
Black with #A504B7
Text Example
Text Example
White with #A504B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A504B7; }
p { color: rgb(165,4,183); }
H1.HeaderClassName
{
color: #A504B7;
}
.AnyTagClassName
{
color: #A504B7;
}
</style>
background-color css
<style>
a { background-color: #A504B7; }
a { background-color: rgb(165,4,183); }
div.DivClassName
{
background-color: #A504B7;
}
.BgClassName
{
background-color: #A504B7;
}
</style>
border-color css
<style>
span { border-color: #A504B7; }
span { border-color: rgb(165,4,183); }
td.TdClassName
{
border-color: #A504B7;
}
.TagClassName
{
border-color: #A504B7;
}
</style>