Shades of Dark Violet #A409D6
Tints of Dark Violet #A409D6
RGB
CMYK
RGB Variations
Color information
#A409D6 (or 0xA409D6) is known color: Dark Violet. HEX triplet: A4, 09 and D6. RGB value is (164,9,214). Sum of RGB (Red+Green+Blue) = 164+9+214=387 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.38% from 387); Green value is 9 (3.91% from 255 or 2.33% from 387); Blue value is 214 (83.98% from 255 or 55.30% from 387); Max value from RGB is 214 - color contains mainly: blue. Hex color #A409D6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A409D6 is #5BF629. Grayscale: #4E4E4E. Windows color (decimal): -6026794 or 14027172. OLE color: 14027172.
HSL color Cylindrical-coordinate representation of color #A409D6: hue angle of 285.37º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A409D6 is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 164 | 9 | 214 | - |
| CMYK | 0.23 | 0.96 | 0 | 0.16 |
| HSL | 285.37º | 0.92% | 0.44% | - |
| HSV(B) | 285.37º | 0.96% | 0.84% | - |
| XYZ | 27.55 | 12.94 | 64.66 | - |
| YUV | 78.72 | 204.35 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 9 | 214 | 0.23 | 0.96 | 0 | 0.16 | 285.37 | 0.92 | 0.44 |
| Hex | A4 | 9 | D6 | 17 | 60 | 0 | 10 | 11D | 5C | 2C |
| Octal | 244 | 11 | 326 | 27 | 140 | 0 | 20 | 435 | 134 | 54 |
| Binary | 10100100 | 1001 | 11010110 | 10111 | 1100000 | 0 | 10000 | 100011101 | 1011100 | 101100 |
Color Harmonies of #A409D6
Complementary color
Monochromatic Colors of #A409D6
Black with #A409D6
Text Example
Text Example
White with #A409D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A409D6; }
p { color: rgb(164,9,214); }
H1.HeaderClassName
{
color: #A409D6;
}
.AnyTagClassName
{
color: #A409D6;
}
</style>
background-color css
<style>
a { background-color: #A409D6; }
a { background-color: rgb(164,9,214); }
div.DivClassName
{
background-color: #A409D6;
}
.BgClassName
{
background-color: #A409D6;
}
</style>
border-color css
<style>
span { border-color: #A409D6; }
span { border-color: rgb(164,9,214); }
td.TdClassName
{
border-color: #A409D6;
}
.TagClassName
{
border-color: #A409D6;
}
</style>