Shades of Dark Violet #A406E5
Tints of Dark Violet #A406E5
RGB
CMYK
RGB Variations
Color information
#A406E5 (or 0xA406E5) is known color: Dark Violet. HEX triplet: A4, 06 and E5. RGB value is (164,6,229). Sum of RGB (Red+Green+Blue) = 164+6+229=399 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.10% from 399); Green value is 6 (2.73% from 255 or 1.50% from 399); Blue value is 229 (89.84% from 255 or 57.39% from 399); Max value from RGB is 229 - color contains mainly: blue. Hex color #A406E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A406E5 is #5BF91A. Grayscale: #4D4D4D. Windows color (decimal): -6027547 or 15009444. OLE color: 15009444.
HSL color Cylindrical-coordinate representation of color #A406E5: hue angle of 282.51º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A406E5 is Cyan = 0.28, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 164 | 6 | 229 | - |
| CMYK | 0.28 | 0.97 | 0 | 0.10 |
| HSL | 282.51º | 0.95% | 0.46% | - |
| HSV(B) | 282.51º | 0.97% | 0.9% | - |
| XYZ | 29.52 | 13.68 | 75.21 | - |
| YUV | 78.66 | 212.85 | 188.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 6 | 229 | 0.28 | 0.97 | 0 | 0.10 | 282.51 | 0.95 | 0.46 |
| Hex | A4 | 6 | E5 | 1C | 61 | 0 | A | 11B | 5F | 2E |
| Octal | 244 | 6 | 345 | 34 | 141 | 0 | 12 | 433 | 137 | 56 |
| Binary | 10100100 | 110 | 11100101 | 11100 | 1100001 | 0 | 1010 | 100011011 | 1011111 | 101110 |
Color Harmonies of #A406E5
Complementary color
Monochromatic Colors of #A406E5
Black with #A406E5
Text Example
Text Example
White with #A406E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A406E5; }
p { color: rgb(164,6,229); }
H1.HeaderClassName
{
color: #A406E5;
}
.AnyTagClassName
{
color: #A406E5;
}
</style>
background-color css
<style>
a { background-color: #A406E5; }
a { background-color: rgb(164,6,229); }
div.DivClassName
{
background-color: #A406E5;
}
.BgClassName
{
background-color: #A406E5;
}
</style>
border-color css
<style>
span { border-color: #A406E5; }
span { border-color: rgb(164,6,229); }
td.TdClassName
{
border-color: #A406E5;
}
.TagClassName
{
border-color: #A406E5;
}
</style>