Shades of Dark Violet #A408E6
Tints of Dark Violet #A408E6
RGB
CMYK
RGB Variations
Color information
#A408E6 (or 0xA408E6) is known color: Dark Violet. HEX triplet: A4, 08 and E6. RGB value is (164,8,230). Sum of RGB (Red+Green+Blue) = 164+8+230=402 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.80% from 402); Green value is 8 (3.52% from 255 or 1.99% from 402); Blue value is 230 (90.23% from 255 or 57.21% from 402); Max value from RGB is 230 - color contains mainly: blue. Hex color #A408E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A408E6 is #5BF719. Grayscale: #4F4F4F. Windows color (decimal): -6027034 or 15075492. OLE color: 15075492.
HSL color Cylindrical-coordinate representation of color #A408E6: hue angle of 282.16º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A408E6 is Cyan = 0.29, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 164 | 8 | 230 | - |
| CMYK | 0.29 | 0.97 | 0 | 0.10 |
| HSL | 282.16º | 0.93% | 0.47% | - |
| HSV(B) | 282.16º | 0.97% | 0.9% | - |
| XYZ | 29.68 | 13.78 | 75.96 | - |
| YUV | 79.95 | 212.68 | 187.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 8 | 230 | 0.29 | 0.97 | 0 | 0.10 | 282.16 | 0.93 | 0.47 |
| Hex | A4 | 8 | E6 | 1D | 61 | 0 | A | 11A | 5D | 2F |
| Octal | 244 | 10 | 346 | 35 | 141 | 0 | 12 | 432 | 135 | 57 |
| Binary | 10100100 | 1000 | 11100110 | 11101 | 1100001 | 0 | 1010 | 100011010 | 1011101 | 101111 |
Color Harmonies of #A408E6
Complementary color
Monochromatic Colors of #A408E6
Black with #A408E6
Text Example
Text Example
White with #A408E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A408E6; }
p { color: rgb(164,8,230); }
H1.HeaderClassName
{
color: #A408E6;
}
.AnyTagClassName
{
color: #A408E6;
}
</style>
background-color css
<style>
a { background-color: #A408E6; }
a { background-color: rgb(164,8,230); }
div.DivClassName
{
background-color: #A408E6;
}
.BgClassName
{
background-color: #A408E6;
}
</style>
border-color css
<style>
span { border-color: #A408E6; }
span { border-color: rgb(164,8,230); }
td.TdClassName
{
border-color: #A408E6;
}
.TagClassName
{
border-color: #A408E6;
}
</style>