Shades of Dark Violet #A407E9
Tints of Dark Violet #A407E9
RGB
CMYK
RGB Variations
Color information
#A407E9 (or 0xA407E9) is known color: Dark Violet. HEX triplet: A4, 07 and E9. RGB value is (164,7,233). Sum of RGB (Red+Green+Blue) = 164+7+233=404 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.59% from 404); Green value is 7 (3.12% from 255 or 1.73% from 404); Blue value is 233 (91.41% from 255 or 57.67% from 404); Max value from RGB is 233 - color contains mainly: blue. Hex color #A407E9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A407E9 is #5BF816. Grayscale: #4E4E4E. Windows color (decimal): -6027287 or 15271844. OLE color: 15271844.
HSL color Cylindrical-coordinate representation of color #A407E9: hue angle of 281.68º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A407E9 is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 164 | 7 | 233 | - |
| CMYK | 0.30 | 0.97 | 0 | 0.09 |
| HSL | 281.68º | 0.94% | 0.47% | - |
| HSV(B) | 281.68º | 0.97% | 0.91% | - |
| XYZ | 30.09 | 13.93 | 78.19 | - |
| YUV | 79.71 | 214.51 | 188.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 7 | 233 | 0.30 | 0.97 | 0 | 0.09 | 281.68 | 0.94 | 0.47 |
| Hex | A4 | 7 | E9 | 1E | 61 | 0 | 9 | 11A | 5E | 2F |
| Octal | 244 | 7 | 351 | 36 | 141 | 0 | 11 | 432 | 136 | 57 |
| Binary | 10100100 | 111 | 11101001 | 11110 | 1100001 | 0 | 1001 | 100011010 | 1011110 | 101111 |
Color Harmonies of #A407E9
Complementary color
Monochromatic Colors of #A407E9
Black with #A407E9
Text Example
Text Example
White with #A407E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A407E9; }
p { color: rgb(164,7,233); }
H1.HeaderClassName
{
color: #A407E9;
}
.AnyTagClassName
{
color: #A407E9;
}
</style>
background-color css
<style>
a { background-color: #A407E9; }
a { background-color: rgb(164,7,233); }
div.DivClassName
{
background-color: #A407E9;
}
.BgClassName
{
background-color: #A407E9;
}
</style>
border-color css
<style>
span { border-color: #A407E9; }
span { border-color: rgb(164,7,233); }
td.TdClassName
{
border-color: #A407E9;
}
.TagClassName
{
border-color: #A407E9;
}
</style>