Shades of Dark Violet #A509BD
Tints of Dark Violet #A509BD
RGB
CMYK
RGB Variations
Color information
#A509BD (or 0xA509BD) is known color: Dark Violet. HEX triplet: A5, 09 and BD. RGB value is (165,9,189). Sum of RGB (Red+Green+Blue) = 165+9+189=363 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.45% from 363); Green value is 9 (3.91% from 255 or 2.48% from 363); Blue value is 189 (74.22% from 255 or 52.07% from 363); Max value from RGB is 189 - color contains mainly: blue. Hex color #A509BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A509BD is #5AF642. Grayscale: #4B4B4B. Windows color (decimal): -5961283 or 12388773. OLE color: 12388773.
HSL color Cylindrical-coordinate representation of color #A509BD: hue angle of 292º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A509BD is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 9 | 189 | - |
| CMYK | 0.13 | 0.95 | 0 | 0.26 |
| HSL | 292º | 0.91% | 0.39% | - |
| HSV(B) | 292º | 0.95% | 0.74% | - |
| XYZ | 24.8 | 11.87 | 49.13 | - |
| YUV | 76.16 | 191.68 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 9 | 189 | 0.13 | 0.95 | 0 | 0.26 | 292 | 0.91 | 0.39 |
| Hex | A5 | 9 | BD | D | 5F | 0 | 1A | 124 | 5B | 27 |
| Octal | 245 | 11 | 275 | 15 | 137 | 0 | 32 | 444 | 133 | 47 |
| Binary | 10100101 | 1001 | 10111101 | 1101 | 1011111 | 0 | 11010 | 100100100 | 1011011 | 100111 |
Color Harmonies of #A509BD
Complementary color
Monochromatic Colors of #A509BD
Black with #A509BD
Text Example
Text Example
White with #A509BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A509BD; }
p { color: rgb(165,9,189); }
H1.HeaderClassName
{
color: #A509BD;
}
.AnyTagClassName
{
color: #A509BD;
}
</style>
background-color css
<style>
a { background-color: #A509BD; }
a { background-color: rgb(165,9,189); }
div.DivClassName
{
background-color: #A509BD;
}
.BgClassName
{
background-color: #A509BD;
}
</style>
border-color css
<style>
span { border-color: #A509BD; }
span { border-color: rgb(165,9,189); }
td.TdClassName
{
border-color: #A509BD;
}
.TagClassName
{
border-color: #A509BD;
}
</style>