Shades of Dark Violet #A218D2
Tints of Dark Violet #A218D2
RGB
CMYK
RGB Variations
Color information
#A218D2 (or 0xA218D2) is known color: Dark Violet. HEX triplet: A2, 18 and D2. RGB value is (162,24,210). Sum of RGB (Red+Green+Blue) = 162+24+210=396 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.91% from 396); Green value is 24 (9.77% from 255 or 6.06% from 396); Blue value is 210 (82.42% from 255 or 53.03% from 396); Max value from RGB is 210 - color contains mainly: blue. Hex color #A218D2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A218D2 is #5DE72D. Grayscale: #555555. Windows color (decimal): -6154030 or 13768866. OLE color: 13768866.
HSL color Cylindrical-coordinate representation of color #A218D2: hue angle of 284.52º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A218D2 is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 24 | 210 | - |
| CMYK | 0.23 | 0.89 | 0 | 0.18 |
| HSL | 284.52º | 0.79% | 0.46% | - |
| HSV(B) | 284.52º | 0.89% | 0.82% | - |
| XYZ | 26.86 | 12.99 | 62.06 | - |
| YUV | 86.47 | 197.72 | 181.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 24 | 210 | 0.23 | 0.89 | 0 | 0.18 | 284.52 | 0.79 | 0.46 |
| Hex | A2 | 18 | D2 | 17 | 59 | 0 | 12 | 11D | 4F | 2E |
| Octal | 242 | 30 | 322 | 27 | 131 | 0 | 22 | 435 | 117 | 56 |
| Binary | 10100010 | 11000 | 11010010 | 10111 | 1011001 | 0 | 10010 | 100011101 | 1001111 | 101110 |
Color Harmonies of #A218D2
Complementary color
Monochromatic Colors of #A218D2
Black with #A218D2
Text Example
Text Example
White with #A218D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A218D2; }
p { color: rgb(162,24,210); }
H1.HeaderClassName
{
color: #A218D2;
}
.AnyTagClassName
{
color: #A218D2;
}
</style>
background-color css
<style>
a { background-color: #A218D2; }
a { background-color: rgb(162,24,210); }
div.DivClassName
{
background-color: #A218D2;
}
.BgClassName
{
background-color: #A218D2;
}
</style>
border-color css
<style>
span { border-color: #A218D2; }
span { border-color: rgb(162,24,210); }
td.TdClassName
{
border-color: #A218D2;
}
.TagClassName
{
border-color: #A218D2;
}
</style>