Shades of Dark Violet #A702E6
Tints of Dark Violet #A702E6
RGB
CMYK
RGB Variations
Color information
#A702E6 (or 0xA702E6) is known color: Dark Violet. HEX triplet: A7, 02 and E6. RGB value is (167,2,230). Sum of RGB (Red+Green+Blue) = 167+2+230=399 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.85% from 399); Green value is 2 (1.17% from 255 or 0.50% from 399); Blue value is 230 (90.23% from 255 or 57.64% from 399); Max value from RGB is 230 - color contains mainly: blue. Hex color #A702E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A702E6 is #58FD19. Grayscale: #4C4C4C. Windows color (decimal): -5831962 or 15073959. OLE color: 15073959.
HSL color Cylindrical-coordinate representation of color #A702E6: hue angle of 283.42º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A702E6 is Cyan = 0.27, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 167 | 2 | 230 | - |
| CMYK | 0.27 | 0.99 | 0 | 0.10 |
| HSL | 283.42º | 0.98% | 0.45% | - |
| HSV(B) | 283.42º | 0.99% | 0.9% | - |
| XYZ | 30.24 | 13.97 | 75.97 | - |
| YUV | 77.33 | 214.16 | 191.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 2 | 230 | 0.27 | 0.99 | 0 | 0.10 | 283.42 | 0.98 | 0.45 |
| Hex | A7 | 2 | E6 | 1B | 63 | 0 | A | 11B | 62 | 2D |
| Octal | 247 | 2 | 346 | 33 | 143 | 0 | 12 | 433 | 142 | 55 |
| Binary | 10100111 | 10 | 11100110 | 11011 | 1100011 | 0 | 1010 | 100011011 | 1100010 | 101101 |
Color Harmonies of #A702E6
Complementary color
Monochromatic Colors of #A702E6
Black with #A702E6
Text Example
Text Example
White with #A702E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A702E6; }
p { color: rgb(167,2,230); }
H1.HeaderClassName
{
color: #A702E6;
}
.AnyTagClassName
{
color: #A702E6;
}
</style>
background-color css
<style>
a { background-color: #A702E6; }
a { background-color: rgb(167,2,230); }
div.DivClassName
{
background-color: #A702E6;
}
.BgClassName
{
background-color: #A702E6;
}
</style>
border-color css
<style>
span { border-color: #A702E6; }
span { border-color: rgb(167,2,230); }
td.TdClassName
{
border-color: #A702E6;
}
.TagClassName
{
border-color: #A702E6;
}
</style>