Shades of Dark Violet #A905BA
Tints of Dark Violet #A905BA
RGB
CMYK
RGB Variations
Color information
#A905BA (or 0xA905BA) is known color: Dark Violet. HEX triplet: A9, 05 and BA. RGB value is (169,5,186). Sum of RGB (Red+Green+Blue) = 169+5+186=360 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.94% from 360); Green value is 5 (2.34% from 255 or 1.39% from 360); Blue value is 186 (73.05% from 255 or 51.67% from 360); Max value from RGB is 186 - color contains mainly: blue. Hex color #A905BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A905BA is #56FA45. Grayscale: #4A4A4A. Windows color (decimal): -5700166 or 12191145. OLE color: 12191145.
HSL color Cylindrical-coordinate representation of color #A905BA: hue angle of 294.36º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A905BA is Cyan = 0.09, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 5 | 186 | - |
| CMYK | 0.09 | 0.97 | 0 | 0.27 |
| HSL | 294.36º | 0.95% | 0.37% | - |
| HSV(B) | 294.36º | 0.97% | 0.73% | - |
| XYZ | 25.28 | 12.09 | 47.46 | - |
| YUV | 74.67 | 190.83 | 195.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 5 | 186 | 0.09 | 0.97 | 0 | 0.27 | 294.36 | 0.95 | 0.37 |
| Hex | A9 | 5 | BA | 9 | 61 | 0 | 1B | 126 | 5F | 25 |
| Octal | 251 | 5 | 272 | 11 | 141 | 0 | 33 | 446 | 137 | 45 |
| Binary | 10101001 | 101 | 10111010 | 1001 | 1100001 | 0 | 11011 | 100100110 | 1011111 | 100101 |
Color Harmonies of #A905BA
Complementary color
Monochromatic Colors of #A905BA
Black with #A905BA
Text Example
Text Example
White with #A905BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A905BA; }
p { color: rgb(169,5,186); }
H1.HeaderClassName
{
color: #A905BA;
}
.AnyTagClassName
{
color: #A905BA;
}
</style>
background-color css
<style>
a { background-color: #A905BA; }
a { background-color: rgb(169,5,186); }
div.DivClassName
{
background-color: #A905BA;
}
.BgClassName
{
background-color: #A905BA;
}
</style>
border-color css
<style>
span { border-color: #A905BA; }
span { border-color: rgb(169,5,186); }
td.TdClassName
{
border-color: #A905BA;
}
.TagClassName
{
border-color: #A905BA;
}
</style>