Shades of Dark Violet #A501BA
Tints of Dark Violet #A501BA
RGB
CMYK
RGB Variations
Color information
#A501BA (or 0xA501BA) is known color: Dark Violet. HEX triplet: A5, 01 and BA. RGB value is (165,1,186). Sum of RGB (Red+Green+Blue) = 165+1+186=352 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.88% from 352); Green value is 1 (0.78% from 255 or 0.28% from 352); Blue value is 186 (73.05% from 255 or 52.84% from 352); Max value from RGB is 186 - color contains mainly: blue. Hex color #A501BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A501BA is #5AFE45. Grayscale: #464646. Windows color (decimal): -5963334 or 12190117. OLE color: 12190117.
HSL color Cylindrical-coordinate representation of color #A501BA: hue angle of 293.19º degrees, saturation: 0.99, 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 #A501BA is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 1 | 186 | - |
| CMYK | 0.11 | 0.99 | 0 | 0.27 |
| HSL | 293.19º | 0.99% | 0.37% | - |
| HSV(B) | 293.19º | 0.99% | 0.73% | - |
| XYZ | 24.39 | 11.57 | 47.4 | - |
| YUV | 71.13 | 192.83 | 194.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 1 | 186 | 0.11 | 0.99 | 0 | 0.27 | 293.19 | 0.99 | 0.37 |
| Hex | A5 | 1 | BA | B | 63 | 0 | 1B | 125 | 63 | 25 |
| Octal | 245 | 1 | 272 | 13 | 143 | 0 | 33 | 445 | 143 | 45 |
| Binary | 10100101 | 1 | 10111010 | 1011 | 1100011 | 0 | 11011 | 100100101 | 1100011 | 100101 |
Color Harmonies of #A501BA
Complementary color
Monochromatic Colors of #A501BA
Black with #A501BA
Text Example
Text Example
White with #A501BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A501BA; }
p { color: rgb(165,1,186); }
H1.HeaderClassName
{
color: #A501BA;
}
.AnyTagClassName
{
color: #A501BA;
}
</style>
background-color css
<style>
a { background-color: #A501BA; }
a { background-color: rgb(165,1,186); }
div.DivClassName
{
background-color: #A501BA;
}
.BgClassName
{
background-color: #A501BA;
}
</style>
border-color css
<style>
span { border-color: #A501BA; }
span { border-color: rgb(165,1,186); }
td.TdClassName
{
border-color: #A501BA;
}
.TagClassName
{
border-color: #A501BA;
}
</style>