Shades of Dark Violet #A217DB
Tints of Dark Violet #A217DB
RGB
CMYK
RGB Variations
Color information
#A217DB (or 0xA217DB) is known color: Dark Violet. HEX triplet: A2, 17 and DB. RGB value is (162,23,219). Sum of RGB (Red+Green+Blue) = 162+23+219=404 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.10% from 404); Green value is 23 (9.38% from 255 or 5.69% from 404); Blue value is 219 (85.94% from 255 or 54.21% from 404); Max value from RGB is 219 - color contains mainly: blue. Hex color #A217DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A217DB is #5DE824. Grayscale: #565656. Windows color (decimal): -6154277 or 14358434. OLE color: 14358434.
HSL color Cylindrical-coordinate representation of color #A217DB: hue angle of 282.55º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A217DB is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 23 | 219 | - |
| CMYK | 0.26 | 0.89 | 0 | 0.14 |
| HSL | 282.55º | 0.81% | 0.47% | - |
| HSV(B) | 282.55º | 0.89% | 0.86% | - |
| XYZ | 27.99 | 13.41 | 68.13 | - |
| YUV | 86.91 | 202.55 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 23 | 219 | 0.26 | 0.89 | 0 | 0.14 | 282.55 | 0.81 | 0.47 |
| Hex | A2 | 17 | DB | 1A | 59 | 0 | E | 11B | 51 | 2F |
| Octal | 242 | 27 | 333 | 32 | 131 | 0 | 16 | 433 | 121 | 57 |
| Binary | 10100010 | 10111 | 11011011 | 11010 | 1011001 | 0 | 1110 | 100011011 | 1010001 | 101111 |
Color Harmonies of #A217DB
Complementary color
Monochromatic Colors of #A217DB
Black with #A217DB
Text Example
Text Example
White with #A217DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A217DB; }
p { color: rgb(162,23,219); }
H1.HeaderClassName
{
color: #A217DB;
}
.AnyTagClassName
{
color: #A217DB;
}
</style>
background-color css
<style>
a { background-color: #A217DB; }
a { background-color: rgb(162,23,219); }
div.DivClassName
{
background-color: #A217DB;
}
.BgClassName
{
background-color: #A217DB;
}
</style>
border-color css
<style>
span { border-color: #A217DB; }
span { border-color: rgb(162,23,219); }
td.TdClassName
{
border-color: #A217DB;
}
.TagClassName
{
border-color: #A217DB;
}
</style>