Shades of Dark Violet #A218DA
Tints of Dark Violet #A218DA
RGB
CMYK
RGB Variations
Color information
#A218DA (or 0xA218DA) is known color: Dark Violet. HEX triplet: A2, 18 and DA. RGB value is (162,24,218). Sum of RGB (Red+Green+Blue) = 162+24+218=404 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.10% from 404); Green value is 24 (9.77% from 255 or 5.94% from 404); Blue value is 218 (85.55% from 255 or 53.96% from 404); Max value from RGB is 218 - color contains mainly: blue. Hex color #A218DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A218DA is #5DE725. Grayscale: #565656. Windows color (decimal): -6154022 or 14293154. OLE color: 14293154.
HSL color Cylindrical-coordinate representation of color #A218DA: hue angle of 282.68º 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 #A218DA is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 24 | 218 | - |
| CMYK | 0.26 | 0.89 | 0 | 0.15 |
| HSL | 282.68º | 0.8% | 0.47% | - |
| HSV(B) | 282.68º | 0.89% | 0.85% | - |
| XYZ | 27.88 | 13.4 | 67.45 | - |
| YUV | 87.38 | 201.72 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 24 | 218 | 0.26 | 0.89 | 0 | 0.15 | 282.68 | 0.8 | 0.47 |
| Hex | A2 | 18 | DA | 1A | 59 | 0 | F | 11B | 50 | 2F |
| Octal | 242 | 30 | 332 | 32 | 131 | 0 | 17 | 433 | 120 | 57 |
| Binary | 10100010 | 11000 | 11011010 | 11010 | 1011001 | 0 | 1111 | 100011011 | 1010000 | 101111 |
Color Harmonies of #A218DA
Complementary color
Monochromatic Colors of #A218DA
Black with #A218DA
Text Example
Text Example
White with #A218DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A218DA; }
p { color: rgb(162,24,218); }
H1.HeaderClassName
{
color: #A218DA;
}
.AnyTagClassName
{
color: #A218DA;
}
</style>
background-color css
<style>
a { background-color: #A218DA; }
a { background-color: rgb(162,24,218); }
div.DivClassName
{
background-color: #A218DA;
}
.BgClassName
{
background-color: #A218DA;
}
</style>
border-color css
<style>
span { border-color: #A218DA; }
span { border-color: rgb(162,24,218); }
td.TdClassName
{
border-color: #A218DA;
}
.TagClassName
{
border-color: #A218DA;
}
</style>