Shades of Dark Violet #A406E3
Tints of Dark Violet #A406E3
RGB
CMYK
RGB Variations
Color information
#A406E3 (or 0xA406E3) is known color: Dark Violet. HEX triplet: A4, 06 and E3. RGB value is (164,6,227). Sum of RGB (Red+Green+Blue) = 164+6+227=397 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.31% from 397); Green value is 6 (2.73% from 255 or 1.51% from 397); Blue value is 227 (89.06% from 255 or 57.18% from 397); Max value from RGB is 227 - color contains mainly: blue. Hex color #A406E3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A406E3 is #5BF91C. Grayscale: #4D4D4D. Windows color (decimal): -6027549 or 14878372. OLE color: 14878372.
HSL color Cylindrical-coordinate representation of color #A406E3: hue angle of 282.9º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A406E3 is Cyan = 0.28, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 164 | 6 | 227 | - |
| CMYK | 0.28 | 0.97 | 0 | 0.11 |
| HSL | 282.9º | 0.95% | 0.46% | - |
| HSV(B) | 282.9º | 0.97% | 0.89% | - |
| XYZ | 29.24 | 13.57 | 73.75 | - |
| YUV | 78.44 | 211.85 | 189.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 6 | 227 | 0.28 | 0.97 | 0 | 0.11 | 282.9 | 0.95 | 0.46 |
| Hex | A4 | 6 | E3 | 1C | 61 | 0 | B | 11B | 5F | 2E |
| Octal | 244 | 6 | 343 | 34 | 141 | 0 | 13 | 433 | 137 | 56 |
| Binary | 10100100 | 110 | 11100011 | 11100 | 1100001 | 0 | 1011 | 100011011 | 1011111 | 101110 |
Color Harmonies of #A406E3
Complementary color
Monochromatic Colors of #A406E3
Black with #A406E3
Text Example
Text Example
White with #A406E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A406E3; }
p { color: rgb(164,6,227); }
H1.HeaderClassName
{
color: #A406E3;
}
.AnyTagClassName
{
color: #A406E3;
}
</style>
background-color css
<style>
a { background-color: #A406E3; }
a { background-color: rgb(164,6,227); }
div.DivClassName
{
background-color: #A406E3;
}
.BgClassName
{
background-color: #A406E3;
}
</style>
border-color css
<style>
span { border-color: #A406E3; }
span { border-color: rgb(164,6,227); }
td.TdClassName
{
border-color: #A406E3;
}
.TagClassName
{
border-color: #A406E3;
}
</style>