Shades of Dark Violet #A217E6
Tints of Dark Violet #A217E6
RGB
CMYK
RGB Variations
Color information
#A217E6 (or 0xA217E6) is known color: Dark Violet. HEX triplet: A2, 17 and E6. RGB value is (162,23,230). Sum of RGB (Red+Green+Blue) = 162+23+230=415 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.04% from 415); Green value is 23 (9.38% from 255 or 5.54% from 415); Blue value is 230 (90.23% from 255 or 55.42% from 415); Max value from RGB is 230 - color contains mainly: blue. Hex color #A217E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A217E6 is #5DE819. Grayscale: #575757. Windows color (decimal): -6154266 or 15079330. OLE color: 15079330.
HSL color Cylindrical-coordinate representation of color #A217E6: hue angle of 280.29º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A217E6 is Cyan = 0.30, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 23 | 230 | - |
| CMYK | 0.30 | 0.9 | 0 | 0.10 |
| HSL | 280.29º | 0.82% | 0.5% | - |
| HSV(B) | 280.29º | 0.9% | 0.9% | - |
| XYZ | 29.49 | 14.01 | 76.01 | - |
| YUV | 88.16 | 208.05 | 180.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 23 | 230 | 0.30 | 0.9 | 0 | 0.10 | 280.29 | 0.82 | 0.5 |
| Hex | A2 | 17 | E6 | 1E | 5A | 0 | A | 118 | 52 | 32 |
| Octal | 242 | 27 | 346 | 36 | 132 | 0 | 12 | 430 | 122 | 62 |
| Binary | 10100010 | 10111 | 11100110 | 11110 | 1011010 | 0 | 1010 | 100011000 | 1010010 | 110010 |
Color Harmonies of #A217E6
Complementary color
Monochromatic Colors of #A217E6
Black with #A217E6
Text Example
Text Example
White with #A217E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A217E6; }
p { color: rgb(162,23,230); }
H1.HeaderClassName
{
color: #A217E6;
}
.AnyTagClassName
{
color: #A217E6;
}
</style>
background-color css
<style>
a { background-color: #A217E6; }
a { background-color: rgb(162,23,230); }
div.DivClassName
{
background-color: #A217E6;
}
.BgClassName
{
background-color: #A217E6;
}
</style>
border-color css
<style>
span { border-color: #A217E6; }
span { border-color: rgb(162,23,230); }
td.TdClassName
{
border-color: #A217E6;
}
.TagClassName
{
border-color: #A217E6;
}
</style>