Shades of Dark Violet #A502BA
Tints of Dark Violet #A502BA
RGB
CMYK
RGB Variations
Color information
#A502BA (or 0xA502BA) is known color: Dark Violet. HEX triplet: A5, 02 and BA. RGB value is (165,2,186). Sum of RGB (Red+Green+Blue) = 165+2+186=353 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.74% from 353); Green value is 2 (1.17% from 255 or 0.57% from 353); Blue value is 186 (73.05% from 255 or 52.69% from 353); Max value from RGB is 186 - color contains mainly: blue. Hex color #A502BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A502BA is #5AFD45. Grayscale: #474747. Windows color (decimal): -5963078 or 12190373. OLE color: 12190373.
HSL color Cylindrical-coordinate representation of color #A502BA: hue angle of 293.15º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A502BA is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 2 | 186 | - |
| CMYK | 0.11 | 0.99 | 0 | 0.27 |
| HSL | 293.15º | 0.98% | 0.37% | - |
| HSV(B) | 293.15º | 0.99% | 0.73% | - |
| XYZ | 24.4 | 11.59 | 47.4 | - |
| YUV | 71.71 | 192.5 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 2 | 186 | 0.11 | 0.99 | 0 | 0.27 | 293.15 | 0.98 | 0.37 |
| Hex | A5 | 2 | BA | B | 63 | 0 | 1B | 125 | 62 | 25 |
| Octal | 245 | 2 | 272 | 13 | 143 | 0 | 33 | 445 | 142 | 45 |
| Binary | 10100101 | 10 | 10111010 | 1011 | 1100011 | 0 | 11011 | 100100101 | 1100010 | 100101 |
Color Harmonies of #A502BA
Complementary color
Monochromatic Colors of #A502BA
Black with #A502BA
Text Example
Text Example
White with #A502BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A502BA; }
p { color: rgb(165,2,186); }
H1.HeaderClassName
{
color: #A502BA;
}
.AnyTagClassName
{
color: #A502BA;
}
</style>
background-color css
<style>
a { background-color: #A502BA; }
a { background-color: rgb(165,2,186); }
div.DivClassName
{
background-color: #A502BA;
}
.BgClassName
{
background-color: #A502BA;
}
</style>
border-color css
<style>
span { border-color: #A502BA; }
span { border-color: rgb(165,2,186); }
td.TdClassName
{
border-color: #A502BA;
}
.TagClassName
{
border-color: #A502BA;
}
</style>