Shades of Dark Violet #A407E1
Tints of Dark Violet #A407E1
RGB
CMYK
RGB Variations
Color information
#A407E1 (or 0xA407E1) is known color: Dark Violet. HEX triplet: A4, 07 and E1. RGB value is (164,7,225). Sum of RGB (Red+Green+Blue) = 164+7+225=396 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.41% from 396); Green value is 7 (3.12% from 255 or 1.77% from 396); Blue value is 225 (88.28% from 255 or 56.82% from 396); Max value from RGB is 225 - color contains mainly: blue. Hex color #A407E1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A407E1 is #5BF81E. Grayscale: #4E4E4E. Windows color (decimal): -6027295 or 14747556. OLE color: 14747556.
HSL color Cylindrical-coordinate representation of color #A407E1: hue angle of 283.21º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A407E1 is Cyan = 0.27, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 164 | 7 | 225 | - |
| CMYK | 0.27 | 0.97 | 0 | 0.12 |
| HSL | 283.21º | 0.94% | 0.45% | - |
| HSV(B) | 283.21º | 0.97% | 0.88% | - |
| XYZ | 28.98 | 13.48 | 72.31 | - |
| YUV | 78.8 | 210.51 | 188.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 7 | 225 | 0.27 | 0.97 | 0 | 0.12 | 283.21 | 0.94 | 0.45 |
| Hex | A4 | 7 | E1 | 1B | 61 | 0 | C | 11B | 5E | 2D |
| Octal | 244 | 7 | 341 | 33 | 141 | 0 | 14 | 433 | 136 | 55 |
| Binary | 10100100 | 111 | 11100001 | 11011 | 1100001 | 0 | 1100 | 100011011 | 1011110 | 101101 |
Color Harmonies of #A407E1
Complementary color
Monochromatic Colors of #A407E1
Black with #A407E1
Text Example
Text Example
White with #A407E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A407E1; }
p { color: rgb(164,7,225); }
H1.HeaderClassName
{
color: #A407E1;
}
.AnyTagClassName
{
color: #A407E1;
}
</style>
background-color css
<style>
a { background-color: #A407E1; }
a { background-color: rgb(164,7,225); }
div.DivClassName
{
background-color: #A407E1;
}
.BgClassName
{
background-color: #A407E1;
}
</style>
border-color css
<style>
span { border-color: #A407E1; }
span { border-color: rgb(164,7,225); }
td.TdClassName
{
border-color: #A407E1;
}
.TagClassName
{
border-color: #A407E1;
}
</style>