Shades of Dark Violet #A509C5
Tints of Dark Violet #A509C5
RGB
CMYK
RGB Variations
Color information
#A509C5 (or 0xA509C5) is known color: Dark Violet. HEX triplet: A5, 09 and C5. RGB value is (165,9,197). Sum of RGB (Red+Green+Blue) = 165+9+197=371 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.47% from 371); Green value is 9 (3.91% from 255 or 2.43% from 371); Blue value is 197 (77.34% from 255 or 53.10% from 371); Max value from RGB is 197 - color contains mainly: blue. Hex color #A509C5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A509C5 is #5AF63A. Grayscale: #4C4C4C. Windows color (decimal): -5961275 or 12913061. OLE color: 12913061.
HSL color Cylindrical-coordinate representation of color #A509C5: hue angle of 289.79º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A509C5 is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 165 | 9 | 197 | - |
| CMYK | 0.16 | 0.95 | 0 | 0.23 |
| HSL | 289.79º | 0.91% | 0.4% | - |
| HSV(B) | 289.79º | 0.95% | 0.77% | - |
| XYZ | 25.69 | 12.23 | 53.83 | - |
| YUV | 77.08 | 195.68 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 9 | 197 | 0.16 | 0.95 | 0 | 0.23 | 289.79 | 0.91 | 0.4 |
| Hex | A5 | 9 | C5 | 10 | 5F | 0 | 17 | 122 | 5B | 28 |
| Octal | 245 | 11 | 305 | 20 | 137 | 0 | 27 | 442 | 133 | 50 |
| Binary | 10100101 | 1001 | 11000101 | 10000 | 1011111 | 0 | 10111 | 100100010 | 1011011 | 101000 |
Color Harmonies of #A509C5
Complementary color
Monochromatic Colors of #A509C5
Black with #A509C5
Text Example
Text Example
White with #A509C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A509C5; }
p { color: rgb(165,9,197); }
H1.HeaderClassName
{
color: #A509C5;
}
.AnyTagClassName
{
color: #A509C5;
}
</style>
background-color css
<style>
a { background-color: #A509C5; }
a { background-color: rgb(165,9,197); }
div.DivClassName
{
background-color: #A509C5;
}
.BgClassName
{
background-color: #A509C5;
}
</style>
border-color css
<style>
span { border-color: #A509C5; }
span { border-color: rgb(165,9,197); }
td.TdClassName
{
border-color: #A509C5;
}
.TagClassName
{
border-color: #A509C5;
}
</style>