Shades of Dark Violet #A509DC
Tints of Dark Violet #A509DC
RGB
CMYK
RGB Variations
Color information
#A509DC (or 0xA509DC) is known color: Dark Violet. HEX triplet: A5, 09 and DC. RGB value is (165,9,220). Sum of RGB (Red+Green+Blue) = 165+9+220=394 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.88% from 394); Green value is 9 (3.91% from 255 or 2.28% from 394); Blue value is 220 (86.33% from 255 or 55.84% from 394); Max value from RGB is 220 - color contains mainly: blue. Hex color #A509DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A509DC is #5AF623. Grayscale: #4F4F4F. Windows color (decimal): -5961252 or 14420389. OLE color: 14420389.
HSL color Cylindrical-coordinate representation of color #A509DC: hue angle of 284.36º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A509DC is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 9 | 220 | - |
| CMYK | 0.25 | 0.96 | 0 | 0.14 |
| HSL | 284.36º | 0.92% | 0.45% | - |
| HSV(B) | 284.36º | 0.96% | 0.86% | - |
| XYZ | 28.53 | 13.36 | 68.79 | - |
| YUV | 79.7 | 207.18 | 188.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 9 | 220 | 0.25 | 0.96 | 0 | 0.14 | 284.36 | 0.92 | 0.45 |
| Hex | A5 | 9 | DC | 19 | 60 | 0 | E | 11C | 5C | 2D |
| Octal | 245 | 11 | 334 | 31 | 140 | 0 | 16 | 434 | 134 | 55 |
| Binary | 10100101 | 1001 | 11011100 | 11001 | 1100000 | 0 | 1110 | 100011100 | 1011100 | 101101 |
Color Harmonies of #A509DC
Complementary color
Monochromatic Colors of #A509DC
Black with #A509DC
Text Example
Text Example
White with #A509DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A509DC; }
p { color: rgb(165,9,220); }
H1.HeaderClassName
{
color: #A509DC;
}
.AnyTagClassName
{
color: #A509DC;
}
</style>
background-color css
<style>
a { background-color: #A509DC; }
a { background-color: rgb(165,9,220); }
div.DivClassName
{
background-color: #A509DC;
}
.BgClassName
{
background-color: #A509DC;
}
</style>
border-color css
<style>
span { border-color: #A509DC; }
span { border-color: rgb(165,9,220); }
td.TdClassName
{
border-color: #A509DC;
}
.TagClassName
{
border-color: #A509DC;
}
</style>