Shades of Dark Violet #A509BA
Tints of Dark Violet #A509BA
RGB
CMYK
RGB Variations
Color information
#A509BA (or 0xA509BA) is known color: Dark Violet. HEX triplet: A5, 09 and BA. RGB value is (165,9,186). Sum of RGB (Red+Green+Blue) = 165+9+186=360 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.83% from 360); Green value is 9 (3.91% from 255 or 2.5% 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 #A509BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A509BA is #5AF645. Grayscale: #4B4B4B. Windows color (decimal): -5961286 or 12192165. OLE color: 12192165.
HSL color Cylindrical-coordinate representation of color #A509BA: hue angle of 292.88º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A509BA is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 9 | 186 | - |
| CMYK | 0.11 | 0.95 | 0 | 0.27 |
| HSL | 292.88º | 0.91% | 0.38% | - |
| HSV(B) | 292.88º | 0.95% | 0.73% | - |
| XYZ | 24.48 | 11.74 | 47.43 | - |
| YUV | 75.82 | 190.18 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 9 | 186 | 0.11 | 0.95 | 0 | 0.27 | 292.88 | 0.91 | 0.38 |
| Hex | A5 | 9 | BA | B | 5F | 0 | 1B | 125 | 5B | 26 |
| Octal | 245 | 11 | 272 | 13 | 137 | 0 | 33 | 445 | 133 | 46 |
| Binary | 10100101 | 1001 | 10111010 | 1011 | 1011111 | 0 | 11011 | 100100101 | 1011011 | 100110 |
Color Harmonies of #A509BA
Complementary color
Monochromatic Colors of #A509BA
Black with #A509BA
Text Example
Text Example
White with #A509BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A509BA; }
p { color: rgb(165,9,186); }
H1.HeaderClassName
{
color: #A509BA;
}
.AnyTagClassName
{
color: #A509BA;
}
</style>
background-color css
<style>
a { background-color: #A509BA; }
a { background-color: rgb(165,9,186); }
div.DivClassName
{
background-color: #A509BA;
}
.BgClassName
{
background-color: #A509BA;
}
</style>
border-color css
<style>
span { border-color: #A509BA; }
span { border-color: rgb(165,9,186); }
td.TdClassName
{
border-color: #A509BA;
}
.TagClassName
{
border-color: #A509BA;
}
</style>