Shades of Dark Violet #A207EC
Tints of Dark Violet #A207EC
RGB
CMYK
RGB Variations
Color information
#A207EC (or 0xA207EC) is known color: Dark Violet. HEX triplet: A2, 07 and EC. RGB value is (162,7,236). Sum of RGB (Red+Green+Blue) = 162+7+236=405 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40% from 405); Green value is 7 (3.12% from 255 or 1.73% from 405); Blue value is 236 (92.58% from 255 or 58.27% from 405); Max value from RGB is 236 - color contains mainly: blue. Hex color #A207EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A207EC is #5DF813. Grayscale: #4E4E4E. Windows color (decimal): -6158356 or 15468450. OLE color: 15468450.
HSL color Cylindrical-coordinate representation of color #A207EC: hue angle of 280.61º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A207EC is Cyan = 0.31, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 7 | 236 | - |
| CMYK | 0.31 | 0.97 | 0 | 0.07 |
| HSL | 280.61º | 0.94% | 0.48% | - |
| HSV(B) | 280.61º | 0.97% | 0.93% | - |
| XYZ | 30.12 | 13.89 | 80.45 | - |
| YUV | 79.45 | 216.35 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 7 | 236 | 0.31 | 0.97 | 0 | 0.07 | 280.61 | 0.94 | 0.48 |
| Hex | A2 | 7 | EC | 1F | 61 | 0 | 7 | 119 | 5E | 30 |
| Octal | 242 | 7 | 354 | 37 | 141 | 0 | 7 | 431 | 136 | 60 |
| Binary | 10100010 | 111 | 11101100 | 11111 | 1100001 | 0 | 111 | 100011001 | 1011110 | 110000 |
Color Harmonies of #A207EC
Complementary color
Monochromatic Colors of #A207EC
Black with #A207EC
Text Example
Text Example
White with #A207EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A207EC; }
p { color: rgb(162,7,236); }
H1.HeaderClassName
{
color: #A207EC;
}
.AnyTagClassName
{
color: #A207EC;
}
</style>
background-color css
<style>
a { background-color: #A207EC; }
a { background-color: rgb(162,7,236); }
div.DivClassName
{
background-color: #A207EC;
}
.BgClassName
{
background-color: #A207EC;
}
</style>
border-color css
<style>
span { border-color: #A207EC; }
span { border-color: rgb(162,7,236); }
td.TdClassName
{
border-color: #A207EC;
}
.TagClassName
{
border-color: #A207EC;
}
</style>