Shades of Dark Violet #A217CE
Tints of Dark Violet #A217CE
RGB
CMYK
RGB Variations
Color information
#A217CE (or 0xA217CE) is known color: Dark Violet. HEX triplet: A2, 17 and CE. RGB value is (162,23,206). Sum of RGB (Red+Green+Blue) = 162+23+206=391 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.43% from 391); Green value is 23 (9.38% from 255 or 5.88% from 391); Blue value is 206 (80.86% from 255 or 52.69% from 391); Max value from RGB is 206 - color contains mainly: blue. Hex color #A217CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A217CE is #5DE831. Grayscale: #545454. Windows color (decimal): -6154290 or 13506466. OLE color: 13506466.
HSL color Cylindrical-coordinate representation of color #A217CE: hue angle of 285.57º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A217CE is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 23 | 206 | - |
| CMYK | 0.21 | 0.89 | 0 | 0.19 |
| HSL | 285.57º | 0.8% | 0.45% | - |
| HSV(B) | 285.57º | 0.89% | 0.81% | - |
| XYZ | 26.35 | 12.75 | 59.46 | - |
| YUV | 85.42 | 196.05 | 182.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 23 | 206 | 0.21 | 0.89 | 0 | 0.19 | 285.57 | 0.8 | 0.45 |
| Hex | A2 | 17 | CE | 15 | 59 | 0 | 13 | 11E | 50 | 2D |
| Octal | 242 | 27 | 316 | 25 | 131 | 0 | 23 | 436 | 120 | 55 |
| Binary | 10100010 | 10111 | 11001110 | 10101 | 1011001 | 0 | 10011 | 100011110 | 1010000 | 101101 |
Color Harmonies of #A217CE
Complementary color
Monochromatic Colors of #A217CE
Black with #A217CE
Text Example
Text Example
White with #A217CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A217CE; }
p { color: rgb(162,23,206); }
H1.HeaderClassName
{
color: #A217CE;
}
.AnyTagClassName
{
color: #A217CE;
}
</style>
background-color css
<style>
a { background-color: #A217CE; }
a { background-color: rgb(162,23,206); }
div.DivClassName
{
background-color: #A217CE;
}
.BgClassName
{
background-color: #A217CE;
}
</style>
border-color css
<style>
span { border-color: #A217CE; }
span { border-color: rgb(162,23,206); }
td.TdClassName
{
border-color: #A217CE;
}
.TagClassName
{
border-color: #A217CE;
}
</style>