Shades of Dark Violet #A701E6
Tints of Dark Violet #A701E6
RGB
CMYK
RGB Variations
Color information
#A701E6 (or 0xA701E6) is known color: Dark Violet. HEX triplet: A7, 01 and E6. RGB value is (167,1,230). Sum of RGB (Red+Green+Blue) = 167+1+230=398 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.96% from 398); Green value is 1 (0.78% from 255 or 0.25% from 398); Blue value is 230 (90.23% from 255 or 57.79% from 398); Max value from RGB is 230 - color contains mainly: blue. Hex color #A701E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A701E6 is #58FE19. Grayscale: #4B4B4B. Windows color (decimal): -5832218 or 15073703. OLE color: 15073703.
HSL color Cylindrical-coordinate representation of color #A701E6: hue angle of 283.49º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A701E6 is Cyan = 0.27, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 167 | 1 | 230 | - |
| CMYK | 0.27 | 1.00 | 0 | 0.10 |
| HSL | 283.49º | 0.99% | 0.45% | - |
| HSV(B) | 283.49º | 1% | 0.9% | - |
| XYZ | 30.23 | 13.95 | 75.96 | - |
| YUV | 76.74 | 214.5 | 192.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 1 | 230 | 0.27 | 1.00 | 0 | 0.10 | 283.49 | 0.99 | 0.45 |
| Hex | A7 | 1 | E6 | 1B | 64 | 0 | A | 11B | 63 | 2D |
| Octal | 247 | 1 | 346 | 33 | 144 | 0 | 12 | 433 | 143 | 55 |
| Binary | 10100111 | 1 | 11100110 | 11011 | 1100100 | 0 | 1010 | 100011011 | 1100011 | 101101 |
Color Harmonies of #A701E6
Complementary color
Monochromatic Colors of #A701E6
Black with #A701E6
Text Example
Text Example
White with #A701E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A701E6; }
p { color: rgb(167,1,230); }
H1.HeaderClassName
{
color: #A701E6;
}
.AnyTagClassName
{
color: #A701E6;
}
</style>
background-color css
<style>
a { background-color: #A701E6; }
a { background-color: rgb(167,1,230); }
div.DivClassName
{
background-color: #A701E6;
}
.BgClassName
{
background-color: #A701E6;
}
</style>
border-color css
<style>
span { border-color: #A701E6; }
span { border-color: rgb(167,1,230); }
td.TdClassName
{
border-color: #A701E6;
}
.TagClassName
{
border-color: #A701E6;
}
</style>