Shades of Dark Violet #A218D5
Tints of Dark Violet #A218D5
RGB
CMYK
RGB Variations
Color information
#A218D5 (or 0xA218D5) is known color: Dark Violet. HEX triplet: A2, 18 and D5. RGB value is (162,24,213). Sum of RGB (Red+Green+Blue) = 162+24+213=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 24 (9.77% from 255 or 6.02% from 399); Blue value is 213 (83.59% from 255 or 53.38% from 399); Max value from RGB is 213 - color contains mainly: blue. Hex color #A218D5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A218D5 is #5DE72A. Grayscale: #565656. Windows color (decimal): -6154027 or 13965474. OLE color: 13965474.
HSL color Cylindrical-coordinate representation of color #A218D5: hue angle of 283.81º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A218D5 is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 24 | 213 | - |
| CMYK | 0.24 | 0.89 | 0 | 0.16 |
| HSL | 283.81º | 0.8% | 0.46% | - |
| HSV(B) | 283.81º | 0.89% | 0.84% | - |
| XYZ | 27.24 | 13.14 | 64.05 | - |
| YUV | 86.81 | 199.22 | 181.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 24 | 213 | 0.24 | 0.89 | 0 | 0.16 | 283.81 | 0.8 | 0.46 |
| Hex | A2 | 18 | D5 | 18 | 59 | 0 | 10 | 11C | 50 | 2E |
| Octal | 242 | 30 | 325 | 30 | 131 | 0 | 20 | 434 | 120 | 56 |
| Binary | 10100010 | 11000 | 11010101 | 11000 | 1011001 | 0 | 10000 | 100011100 | 1010000 | 101110 |
Color Harmonies of #A218D5
Complementary color
Monochromatic Colors of #A218D5
Black with #A218D5
Text Example
Text Example
White with #A218D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A218D5; }
p { color: rgb(162,24,213); }
H1.HeaderClassName
{
color: #A218D5;
}
.AnyTagClassName
{
color: #A218D5;
}
</style>
background-color css
<style>
a { background-color: #A218D5; }
a { background-color: rgb(162,24,213); }
div.DivClassName
{
background-color: #A218D5;
}
.BgClassName
{
background-color: #A218D5;
}
</style>
border-color css
<style>
span { border-color: #A218D5; }
span { border-color: rgb(162,24,213); }
td.TdClassName
{
border-color: #A218D5;
}
.TagClassName
{
border-color: #A218D5;
}
</style>