Shades of Dark Violet #A018D0
Tints of Dark Violet #A018D0
RGB
CMYK
RGB Variations
Color information
#A018D0 (or 0xA018D0) is known color: Dark Violet. HEX triplet: A0, 18 and D0. RGB value is (160,24,208). Sum of RGB (Red+Green+Blue) = 160+24+208=392 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.82% from 392); Green value is 24 (9.77% from 255 or 6.12% from 392); Blue value is 208 (81.64% from 255 or 53.06% from 392); Max value from RGB is 208 - color contains mainly: blue. Hex color #A018D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A018D0 is #5FE72F. Grayscale: #555555. Windows color (decimal): -6285104 or 13637792. OLE color: 13637792.
HSL color Cylindrical-coordinate representation of color #A018D0: hue angle of 284.35º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A018D0 is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 24 | 208 | - |
| CMYK | 0.23 | 0.88 | 0 | 0.18 |
| HSL | 284.35º | 0.79% | 0.45% | - |
| HSV(B) | 284.35º | 0.88% | 0.82% | - |
| XYZ | 26.21 | 12.68 | 60.74 | - |
| YUV | 85.64 | 197.06 | 181.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 24 | 208 | 0.23 | 0.88 | 0 | 0.18 | 284.35 | 0.79 | 0.45 |
| Hex | A0 | 18 | D0 | 17 | 58 | 0 | 12 | 11C | 4F | 2D |
| Octal | 240 | 30 | 320 | 27 | 130 | 0 | 22 | 434 | 117 | 55 |
| Binary | 10100000 | 11000 | 11010000 | 10111 | 1011000 | 0 | 10010 | 100011100 | 1001111 | 101101 |
Color Harmonies of #A018D0
Complementary color
Monochromatic Colors of #A018D0
Black with #A018D0
Text Example
Text Example
White with #A018D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A018D0; }
p { color: rgb(160,24,208); }
H1.HeaderClassName
{
color: #A018D0;
}
.AnyTagClassName
{
color: #A018D0;
}
</style>
background-color css
<style>
a { background-color: #A018D0; }
a { background-color: rgb(160,24,208); }
div.DivClassName
{
background-color: #A018D0;
}
.BgClassName
{
background-color: #A018D0;
}
</style>
border-color css
<style>
span { border-color: #A018D0; }
span { border-color: rgb(160,24,208); }
td.TdClassName
{
border-color: #A018D0;
}
.TagClassName
{
border-color: #A018D0;
}
</style>