Shades of Deep Lilac #A042BD
Tints of Deep Lilac #A042BD
RGB
CMYK
RGB Variations
Color information
#A042BD (or 0xA042BD) is known color: Deep Lilac. HEX triplet: A0, 42 and BD. RGB value is (160,66,189). Sum of RGB (Red+Green+Blue) = 160+66+189=415 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.55% from 415); Green value is 66 (26.17% from 255 or 15.90% from 415); Blue value is 189 (74.22% from 255 or 45.54% from 415); Max value from RGB is 189 - color contains mainly: blue. Hex color #A042BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A042BD is #5FBD42. Grayscale: #6B6B6B. Windows color (decimal): -6274371 or 12403360. OLE color: 12403360.
HSL color Cylindrical-coordinate representation of color #A042BD: hue angle of 285.85º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A042BD is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 66 | 189 | - |
| CMYK | 0.15 | 0.65 | 0 | 0.26 |
| HSL | 285.85º | 0.48% | 0.5% | - |
| HSV(B) | 285.85º | 0.65% | 0.74% | - |
| XYZ | 25.63 | 15.04 | 49.7 | - |
| YUV | 108.13 | 173.64 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 66 | 189 | 0.15 | 0.65 | 0 | 0.26 | 285.85 | 0.48 | 0.5 |
| Hex | A0 | 42 | BD | F | 41 | 0 | 1A | 11E | 30 | 32 |
| Octal | 240 | 102 | 275 | 17 | 101 | 0 | 32 | 436 | 60 | 62 |
| Binary | 10100000 | 1000010 | 10111101 | 1111 | 1000001 | 0 | 11010 | 100011110 | 110000 | 110010 |
Color Harmonies of #A042BD
Complementary color
Monochromatic Colors of #A042BD
Black with #A042BD
Text Example
Text Example
White with #A042BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A042BD; }
p { color: rgb(160,66,189); }
H1.HeaderClassName
{
color: #A042BD;
}
.AnyTagClassName
{
color: #A042BD;
}
</style>
background-color css
<style>
a { background-color: #A042BD; }
a { background-color: rgb(160,66,189); }
div.DivClassName
{
background-color: #A042BD;
}
.BgClassName
{
background-color: #A042BD;
}
</style>
border-color css
<style>
span { border-color: #A042BD; }
span { border-color: rgb(160,66,189); }
td.TdClassName
{
border-color: #A042BD;
}
.TagClassName
{
border-color: #A042BD;
}
</style>