Shades of Dark Violet #A207ED
Tints of Dark Violet #A207ED
RGB
CMYK
RGB Variations
Color information
#A207ED (or 0xA207ED) is known color: Dark Violet. HEX triplet: A2, 07 and ED. RGB value is (162,7,237). Sum of RGB (Red+Green+Blue) = 162+7+237=406 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.90% from 406); Green value is 7 (3.12% from 255 or 1.72% from 406); Blue value is 237 (92.97% from 255 or 58.37% from 406); Max value from RGB is 237 - color contains mainly: blue. Hex color #A207ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A207ED is #5DF812. Grayscale: #4E4E4E. Windows color (decimal): -6158355 or 15533986. OLE color: 15533986.
HSL color Cylindrical-coordinate representation of color #A207ED: hue angle of 280.43º 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 #A207ED is Cyan = 0.32, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 7 | 237 | - |
| CMYK | 0.32 | 0.97 | 0 | 0.07 |
| HSL | 280.43º | 0.94% | 0.48% | - |
| HSV(B) | 280.43º | 0.97% | 0.93% | - |
| XYZ | 30.26 | 13.95 | 81.22 | - |
| YUV | 79.57 | 216.85 | 186.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 7 | 237 | 0.32 | 0.97 | 0 | 0.07 | 280.43 | 0.94 | 0.48 |
| Hex | A2 | 7 | ED | 20 | 61 | 0 | 7 | 118 | 5E | 30 |
| Octal | 242 | 7 | 355 | 40 | 141 | 0 | 7 | 430 | 136 | 60 |
| Binary | 10100010 | 111 | 11101101 | 100000 | 1100001 | 0 | 111 | 100011000 | 1011110 | 110000 |
Color Harmonies of #A207ED
Complementary color
Monochromatic Colors of #A207ED
Black with #A207ED
Text Example
Text Example
White with #A207ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A207ED; }
p { color: rgb(162,7,237); }
H1.HeaderClassName
{
color: #A207ED;
}
.AnyTagClassName
{
color: #A207ED;
}
</style>
background-color css
<style>
a { background-color: #A207ED; }
a { background-color: rgb(162,7,237); }
div.DivClassName
{
background-color: #A207ED;
}
.BgClassName
{
background-color: #A207ED;
}
</style>
border-color css
<style>
span { border-color: #A207ED; }
span { border-color: rgb(162,7,237); }
td.TdClassName
{
border-color: #A207ED;
}
.TagClassName
{
border-color: #A207ED;
}
</style>