Shades of Dark Violet #A408E5
Tints of Dark Violet #A408E5
RGB
CMYK
RGB Variations
Color information
#A408E5 (or 0xA408E5) is known color: Dark Violet. HEX triplet: A4, 08 and E5. RGB value is (164,8,229). Sum of RGB (Red+Green+Blue) = 164+8+229=401 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.90% from 401); Green value is 8 (3.52% from 255 or 2.00% from 401); Blue value is 229 (89.84% from 255 or 57.11% from 401); Max value from RGB is 229 - color contains mainly: blue. Hex color #A408E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A408E5 is #5BF71A. Grayscale: #4F4F4F. Windows color (decimal): -6027035 or 15009956. OLE color: 15009956.
HSL color Cylindrical-coordinate representation of color #A408E5: hue angle of 282.35º degrees, saturation: 0.93, 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 #A408E5 is Cyan = 0.28, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 164 | 8 | 229 | - |
| CMYK | 0.28 | 0.97 | 0 | 0.10 |
| HSL | 282.35º | 0.93% | 0.46% | - |
| HSV(B) | 282.35º | 0.97% | 0.9% | - |
| XYZ | 29.54 | 13.72 | 75.22 | - |
| YUV | 79.84 | 212.18 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 8 | 229 | 0.28 | 0.97 | 0 | 0.10 | 282.35 | 0.93 | 0.46 |
| Hex | A4 | 8 | E5 | 1C | 61 | 0 | A | 11A | 5D | 2E |
| Octal | 244 | 10 | 345 | 34 | 141 | 0 | 12 | 432 | 135 | 56 |
| Binary | 10100100 | 1000 | 11100101 | 11100 | 1100001 | 0 | 1010 | 100011010 | 1011101 | 101110 |
Color Harmonies of #A408E5
Complementary color
Monochromatic Colors of #A408E5
Black with #A408E5
Text Example
Text Example
White with #A408E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A408E5; }
p { color: rgb(164,8,229); }
H1.HeaderClassName
{
color: #A408E5;
}
.AnyTagClassName
{
color: #A408E5;
}
</style>
background-color css
<style>
a { background-color: #A408E5; }
a { background-color: rgb(164,8,229); }
div.DivClassName
{
background-color: #A408E5;
}
.BgClassName
{
background-color: #A408E5;
}
</style>
border-color css
<style>
span { border-color: #A408E5; }
span { border-color: rgb(164,8,229); }
td.TdClassName
{
border-color: #A408E5;
}
.TagClassName
{
border-color: #A408E5;
}
</style>