Shades of Dark Violet #A509DA
Tints of Dark Violet #A509DA
RGB
CMYK
RGB Variations
Color information
#A509DA (or 0xA509DA) is known color: Dark Violet. HEX triplet: A5, 09 and DA. RGB value is (165,9,218). Sum of RGB (Red+Green+Blue) = 165+9+218=392 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.09% from 392); Green value is 9 (3.91% from 255 or 2.30% from 392); Blue value is 218 (85.55% from 255 or 55.61% from 392); Max value from RGB is 218 - color contains mainly: blue. Hex color #A509DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A509DA is #5AF625. Grayscale: #4E4E4E. Windows color (decimal): -5961254 or 14289317. OLE color: 14289317.
HSL color Cylindrical-coordinate representation of color #A509DA: hue angle of 284.78º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A509DA is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 165 | 9 | 218 | - |
| CMYK | 0.24 | 0.96 | 0 | 0.15 |
| HSL | 284.78º | 0.92% | 0.45% | - |
| HSV(B) | 284.78º | 0.96% | 0.85% | - |
| XYZ | 28.27 | 13.26 | 67.4 | - |
| YUV | 79.47 | 206.18 | 189.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 9 | 218 | 0.24 | 0.96 | 0 | 0.15 | 284.78 | 0.92 | 0.45 |
| Hex | A5 | 9 | DA | 18 | 60 | 0 | F | 11D | 5C | 2D |
| Octal | 245 | 11 | 332 | 30 | 140 | 0 | 17 | 435 | 134 | 55 |
| Binary | 10100101 | 1001 | 11011010 | 11000 | 1100000 | 0 | 1111 | 100011101 | 1011100 | 101101 |
Color Harmonies of #A509DA
Complementary color
Monochromatic Colors of #A509DA
Black with #A509DA
Text Example
Text Example
White with #A509DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A509DA; }
p { color: rgb(165,9,218); }
H1.HeaderClassName
{
color: #A509DA;
}
.AnyTagClassName
{
color: #A509DA;
}
</style>
background-color css
<style>
a { background-color: #A509DA; }
a { background-color: rgb(165,9,218); }
div.DivClassName
{
background-color: #A509DA;
}
.BgClassName
{
background-color: #A509DA;
}
</style>
border-color css
<style>
span { border-color: #A509DA; }
span { border-color: rgb(165,9,218); }
td.TdClassName
{
border-color: #A509DA;
}
.TagClassName
{
border-color: #A509DA;
}
</style>