Shades of Dark Violet #A01ADE
Tints of Dark Violet #A01ADE
RGB
CMYK
RGB Variations
Color information
#A01ADE (or 0xA01ADE) is known color: Dark Violet. HEX triplet: A0, 1A and DE. RGB value is (160,26,222). Sum of RGB (Red+Green+Blue) = 160+26+222=408 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.22% from 408); Green value is 26 (10.55% from 255 or 6.37% from 408); Blue value is 222 (87.11% from 255 or 54.41% from 408); Max value from RGB is 222 - color contains mainly: blue. Hex color #A01ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A01ADE is #5FE521. Grayscale: #575757. Windows color (decimal): -6284578 or 14555808. OLE color: 14555808.
HSL color Cylindrical-coordinate representation of color #A01ADE: hue angle of 281.02º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A01ADE is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 26 | 222 | - |
| CMYK | 0.28 | 0.88 | 0 | 0.13 |
| HSL | 281.02º | 0.79% | 0.49% | - |
| HSV(B) | 281.02º | 0.88% | 0.87% | - |
| XYZ | 28.05 | 13.49 | 70.23 | - |
| YUV | 88.41 | 203.39 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 26 | 222 | 0.28 | 0.88 | 0 | 0.13 | 281.02 | 0.79 | 0.49 |
| Hex | A0 | 1A | DE | 1C | 58 | 0 | D | 119 | 4F | 31 |
| Octal | 240 | 32 | 336 | 34 | 130 | 0 | 15 | 431 | 117 | 61 |
| Binary | 10100000 | 11010 | 11011110 | 11100 | 1011000 | 0 | 1101 | 100011001 | 1001111 | 110001 |
Color Harmonies of #A01ADE
Complementary color
Monochromatic Colors of #A01ADE
Black with #A01ADE
Text Example
Text Example
White with #A01ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01ADE; }
p { color: rgb(160,26,222); }
H1.HeaderClassName
{
color: #A01ADE;
}
.AnyTagClassName
{
color: #A01ADE;
}
</style>
background-color css
<style>
a { background-color: #A01ADE; }
a { background-color: rgb(160,26,222); }
div.DivClassName
{
background-color: #A01ADE;
}
.BgClassName
{
background-color: #A01ADE;
}
</style>
border-color css
<style>
span { border-color: #A01ADE; }
span { border-color: rgb(160,26,222); }
td.TdClassName
{
border-color: #A01ADE;
}
.TagClassName
{
border-color: #A01ADE;
}
</style>