Shades of Dark Violet #A218D9
Tints of Dark Violet #A218D9
RGB
CMYK
RGB Variations
Color information
#A218D9 (or 0xA218D9) is known color: Dark Violet. HEX triplet: A2, 18 and D9. RGB value is (162,24,217). Sum of RGB (Red+Green+Blue) = 162+24+217=403 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.20% from 403); Green value is 24 (9.77% from 255 or 5.96% from 403); Blue value is 217 (85.16% from 255 or 53.85% from 403); Max value from RGB is 217 - color contains mainly: blue. Hex color #A218D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A218D9 is #5DE726. Grayscale: #565656. Windows color (decimal): -6154023 or 14227618. OLE color: 14227618.
HSL color Cylindrical-coordinate representation of color #A218D9: hue angle of 282.9º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A218D9 is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 24 | 217 | - |
| CMYK | 0.25 | 0.89 | 0 | 0.15 |
| HSL | 282.9º | 0.8% | 0.47% | - |
| HSV(B) | 282.9º | 0.89% | 0.85% | - |
| XYZ | 27.75 | 13.34 | 66.76 | - |
| YUV | 87.26 | 201.22 | 181.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 24 | 217 | 0.25 | 0.89 | 0 | 0.15 | 282.9 | 0.8 | 0.47 |
| Hex | A2 | 18 | D9 | 19 | 59 | 0 | F | 11B | 50 | 2F |
| Octal | 242 | 30 | 331 | 31 | 131 | 0 | 17 | 433 | 120 | 57 |
| Binary | 10100010 | 11000 | 11011001 | 11001 | 1011001 | 0 | 1111 | 100011011 | 1010000 | 101111 |
Color Harmonies of #A218D9
Complementary color
Monochromatic Colors of #A218D9
Black with #A218D9
Text Example
Text Example
White with #A218D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A218D9; }
p { color: rgb(162,24,217); }
H1.HeaderClassName
{
color: #A218D9;
}
.AnyTagClassName
{
color: #A218D9;
}
</style>
background-color css
<style>
a { background-color: #A218D9; }
a { background-color: rgb(162,24,217); }
div.DivClassName
{
background-color: #A218D9;
}
.BgClassName
{
background-color: #A218D9;
}
</style>
border-color css
<style>
span { border-color: #A218D9; }
span { border-color: rgb(162,24,217); }
td.TdClassName
{
border-color: #A218D9;
}
.TagClassName
{
border-color: #A218D9;
}
</style>