Shades of Dark Violet #A007E7
Tints of Dark Violet #A007E7
RGB
CMYK
RGB Variations
Color information
#A007E7 (or 0xA007E7) is known color: Dark Violet. HEX triplet: A0, 07 and E7. RGB value is (160,7,231). Sum of RGB (Red+Green+Blue) = 160+7+231=398 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.20% from 398); Green value is 7 (3.12% from 255 or 1.76% from 398); Blue value is 231 (90.62% from 255 or 58.04% from 398); Max value from RGB is 231 - color contains mainly: blue. Hex color #A007E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A007E7 is #5FF818. Grayscale: #4D4D4D. Windows color (decimal): -6289433 or 15140768. OLE color: 15140768.
HSL color Cylindrical-coordinate representation of color #A007E7: hue angle of 280.98º 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 #A007E7 is Cyan = 0.31, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 7 | 231 | - |
| CMYK | 0.31 | 0.97 | 0 | 0.09 |
| HSL | 280.98º | 0.94% | 0.47% | - |
| HSV(B) | 280.98º | 0.97% | 0.91% | - |
| XYZ | 29 | 13.4 | 76.66 | - |
| YUV | 78.28 | 214.19 | 186.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 7 | 231 | 0.31 | 0.97 | 0 | 0.09 | 280.98 | 0.94 | 0.47 |
| Hex | A0 | 7 | E7 | 1F | 61 | 0 | 9 | 119 | 5E | 2F |
| Octal | 240 | 7 | 347 | 37 | 141 | 0 | 11 | 431 | 136 | 57 |
| Binary | 10100000 | 111 | 11100111 | 11111 | 1100001 | 0 | 1001 | 100011001 | 1011110 | 101111 |
Color Harmonies of #A007E7
Complementary color
Monochromatic Colors of #A007E7
Black with #A007E7
Text Example
Text Example
White with #A007E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A007E7; }
p { color: rgb(160,7,231); }
H1.HeaderClassName
{
color: #A007E7;
}
.AnyTagClassName
{
color: #A007E7;
}
</style>
background-color css
<style>
a { background-color: #A007E7; }
a { background-color: rgb(160,7,231); }
div.DivClassName
{
background-color: #A007E7;
}
.BgClassName
{
background-color: #A007E7;
}
</style>
border-color css
<style>
span { border-color: #A007E7; }
span { border-color: rgb(160,7,231); }
td.TdClassName
{
border-color: #A007E7;
}
.TagClassName
{
border-color: #A007E7;
}
</style>