Shades of Dark Violet #A701E7
Tints of Dark Violet #A701E7
RGB
CMYK
RGB Variations
Color information
#A701E7 (or 0xA701E7) is known color: Dark Violet. HEX triplet: A7, 01 and E7. RGB value is (167,1,231). Sum of RGB (Red+Green+Blue) = 167+1+231=399 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.85% from 399); Green value is 1 (0.78% from 255 or 0.25% from 399); Blue value is 231 (90.62% from 255 or 57.89% from 399); Max value from RGB is 231 - color contains mainly: blue. Hex color #A701E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A701E7 is #58FE18. Grayscale: #4C4C4C. Windows color (decimal): -5832217 or 15139239. OLE color: 15139239.
HSL color Cylindrical-coordinate representation of color #A701E7: hue angle of 283.3º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A701E7 is Cyan = 0.28, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 167 | 1 | 231 | - |
| CMYK | 0.28 | 1.00 | 0 | 0.09 |
| HSL | 283.3º | 0.99% | 0.45% | - |
| HSV(B) | 283.3º | 1% | 0.91% | - |
| XYZ | 30.37 | 14.01 | 76.7 | - |
| YUV | 76.85 | 215 | 192.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 1 | 231 | 0.28 | 1.00 | 0 | 0.09 | 283.3 | 0.99 | 0.45 |
| Hex | A7 | 1 | E7 | 1C | 64 | 0 | 9 | 11B | 63 | 2D |
| Octal | 247 | 1 | 347 | 34 | 144 | 0 | 11 | 433 | 143 | 55 |
| Binary | 10100111 | 1 | 11100111 | 11100 | 1100100 | 0 | 1001 | 100011011 | 1100011 | 101101 |
Color Harmonies of #A701E7
Complementary color
Monochromatic Colors of #A701E7
Black with #A701E7
Text Example
Text Example
White with #A701E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A701E7; }
p { color: rgb(167,1,231); }
H1.HeaderClassName
{
color: #A701E7;
}
.AnyTagClassName
{
color: #A701E7;
}
</style>
background-color css
<style>
a { background-color: #A701E7; }
a { background-color: rgb(167,1,231); }
div.DivClassName
{
background-color: #A701E7;
}
.BgClassName
{
background-color: #A701E7;
}
</style>
border-color css
<style>
span { border-color: #A701E7; }
span { border-color: rgb(167,1,231); }
td.TdClassName
{
border-color: #A701E7;
}
.TagClassName
{
border-color: #A701E7;
}
</style>