Shades of Dark Violet #A007E5
Tints of Dark Violet #A007E5
RGB
CMYK
RGB Variations
Color information
#A007E5 (or 0xA007E5) is known color: Dark Violet. HEX triplet: A0, 07 and E5. RGB value is (160,7,229). Sum of RGB (Red+Green+Blue) = 160+7+229=396 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.40% from 396); Green value is 7 (3.12% from 255 or 1.77% from 396); Blue value is 229 (89.84% from 255 or 57.83% from 396); Max value from RGB is 229 - color contains mainly: blue. Hex color #A007E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A007E5 is #5FF81A. Grayscale: #4D4D4D. Windows color (decimal): -6289435 or 15009696. OLE color: 15009696.
HSL color Cylindrical-coordinate representation of color #A007E5: hue angle of 281.35º degrees, saturation: 0.94, 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 #A007E5 is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 160 | 7 | 229 | - |
| CMYK | 0.30 | 0.97 | 0 | 0.10 |
| HSL | 281.35º | 0.94% | 0.46% | - |
| HSV(B) | 281.35º | 0.97% | 0.9% | - |
| XYZ | 28.72 | 13.28 | 75.18 | - |
| YUV | 78.06 | 213.19 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 7 | 229 | 0.30 | 0.97 | 0 | 0.10 | 281.35 | 0.94 | 0.46 |
| Hex | A0 | 7 | E5 | 1E | 61 | 0 | A | 119 | 5E | 2E |
| Octal | 240 | 7 | 345 | 36 | 141 | 0 | 12 | 431 | 136 | 56 |
| Binary | 10100000 | 111 | 11100101 | 11110 | 1100001 | 0 | 1010 | 100011001 | 1011110 | 101110 |
Color Harmonies of #A007E5
Complementary color
Monochromatic Colors of #A007E5
Black with #A007E5
Text Example
Text Example
White with #A007E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A007E5; }
p { color: rgb(160,7,229); }
H1.HeaderClassName
{
color: #A007E5;
}
.AnyTagClassName
{
color: #A007E5;
}
</style>
background-color css
<style>
a { background-color: #A007E5; }
a { background-color: rgb(160,7,229); }
div.DivClassName
{
background-color: #A007E5;
}
.BgClassName
{
background-color: #A007E5;
}
</style>
border-color css
<style>
span { border-color: #A007E5; }
span { border-color: rgb(160,7,229); }
td.TdClassName
{
border-color: #A007E5;
}
.TagClassName
{
border-color: #A007E5;
}
</style>