Shades of Dark Violet #A504BD
Tints of Dark Violet #A504BD
RGB
CMYK
RGB Variations
Color information
#A504BD (or 0xA504BD) is known color: Dark Violet. HEX triplet: A5, 04 and BD. RGB value is (165,4,189). Sum of RGB (Red+Green+Blue) = 165+4+189=358 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.09% from 358); Green value is 4 (1.95% from 255 or 1.12% from 358); Blue value is 189 (74.22% from 255 or 52.79% from 358); Max value from RGB is 189 - color contains mainly: blue. Hex color #A504BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A504BD is #5AFB42. Grayscale: #484848. Windows color (decimal): -5962563 or 12387493. OLE color: 12387493.
HSL color Cylindrical-coordinate representation of color #A504BD: hue angle of 292.22º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A504BD is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 4 | 189 | - |
| CMYK | 0.13 | 0.98 | 0 | 0.26 |
| HSL | 292.22º | 0.96% | 0.38% | - |
| HSV(B) | 292.22º | 0.98% | 0.74% | - |
| XYZ | 24.75 | 11.76 | 49.11 | - |
| YUV | 73.23 | 193.34 | 193.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 4 | 189 | 0.13 | 0.98 | 0 | 0.26 | 292.22 | 0.96 | 0.38 |
| Hex | A5 | 4 | BD | D | 62 | 0 | 1A | 124 | 60 | 26 |
| Octal | 245 | 4 | 275 | 15 | 142 | 0 | 32 | 444 | 140 | 46 |
| Binary | 10100101 | 100 | 10111101 | 1101 | 1100010 | 0 | 11010 | 100100100 | 1100000 | 100110 |
Color Harmonies of #A504BD
Complementary color
Monochromatic Colors of #A504BD
Black with #A504BD
Text Example
Text Example
White with #A504BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A504BD; }
p { color: rgb(165,4,189); }
H1.HeaderClassName
{
color: #A504BD;
}
.AnyTagClassName
{
color: #A504BD;
}
</style>
background-color css
<style>
a { background-color: #A504BD; }
a { background-color: rgb(165,4,189); }
div.DivClassName
{
background-color: #A504BD;
}
.BgClassName
{
background-color: #A504BD;
}
</style>
border-color css
<style>
span { border-color: #A504BD; }
span { border-color: rgb(165,4,189); }
td.TdClassName
{
border-color: #A504BD;
}
.TagClassName
{
border-color: #A504BD;
}
</style>