Shades of Dark Violet #A504BA
Tints of Dark Violet #A504BA
RGB
CMYK
RGB Variations
Color information
#A504BA (or 0xA504BA) is known color: Dark Violet. HEX triplet: A5, 04 and BA. RGB value is (165,4,186). Sum of RGB (Red+Green+Blue) = 165+4+186=355 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.48% from 355); Green value is 4 (1.95% from 255 or 1.13% from 355); Blue value is 186 (73.05% from 255 or 52.39% from 355); Max value from RGB is 186 - color contains mainly: blue. Hex color #A504BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A504BA is #5AFB45. Grayscale: #484848. Windows color (decimal): -5962566 or 12190885. OLE color: 12190885.
HSL color Cylindrical-coordinate representation of color #A504BA: hue angle of 293.08º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A504BA is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 4 | 186 | - |
| CMYK | 0.11 | 0.98 | 0 | 0.27 |
| HSL | 293.08º | 0.96% | 0.37% | - |
| HSV(B) | 293.08º | 0.98% | 0.73% | - |
| XYZ | 24.42 | 11.63 | 47.41 | - |
| YUV | 72.89 | 191.84 | 193.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 4 | 186 | 0.11 | 0.98 | 0 | 0.27 | 293.08 | 0.96 | 0.37 |
| Hex | A5 | 4 | BA | B | 62 | 0 | 1B | 125 | 60 | 25 |
| Octal | 245 | 4 | 272 | 13 | 142 | 0 | 33 | 445 | 140 | 45 |
| Binary | 10100101 | 100 | 10111010 | 1011 | 1100010 | 0 | 11011 | 100100101 | 1100000 | 100101 |
Color Harmonies of #A504BA
Complementary color
Monochromatic Colors of #A504BA
Black with #A504BA
Text Example
Text Example
White with #A504BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A504BA; }
p { color: rgb(165,4,186); }
H1.HeaderClassName
{
color: #A504BA;
}
.AnyTagClassName
{
color: #A504BA;
}
</style>
background-color css
<style>
a { background-color: #A504BA; }
a { background-color: rgb(165,4,186); }
div.DivClassName
{
background-color: #A504BA;
}
.BgClassName
{
background-color: #A504BA;
}
</style>
border-color css
<style>
span { border-color: #A504BA; }
span { border-color: rgb(165,4,186); }
td.TdClassName
{
border-color: #A504BA;
}
.TagClassName
{
border-color: #A504BA;
}
</style>