Shades of Deep Lilac #A042BC
Tints of Deep Lilac #A042BC
RGB
CMYK
RGB Variations
Color information
#A042BC (or 0xA042BC) is known color: Deep Lilac. HEX triplet: A0, 42 and BC. RGB value is (160,66,188). Sum of RGB (Red+Green+Blue) = 160+66+188=414 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.65% from 414); Green value is 66 (26.17% from 255 or 15.94% from 414); Blue value is 188 (73.83% from 255 or 45.41% from 414); Max value from RGB is 188 - color contains mainly: blue. Hex color #A042BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A042BC is #5FBD43. Grayscale: #6B6B6B. Windows color (decimal): -6274372 or 12337824. OLE color: 12337824.
HSL color Cylindrical-coordinate representation of color #A042BC: hue angle of 286.23º 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 #A042BC is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 66 | 188 | - |
| CMYK | 0.15 | 0.65 | 0 | 0.26 |
| HSL | 286.23º | 0.48% | 0.5% | - |
| HSV(B) | 286.23º | 0.65% | 0.74% | - |
| XYZ | 25.52 | 15 | 49.13 | - |
| YUV | 108.01 | 173.14 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 66 | 188 | 0.15 | 0.65 | 0 | 0.26 | 286.23 | 0.48 | 0.5 |
| Hex | A0 | 42 | BC | F | 41 | 0 | 1A | 11E | 30 | 32 |
| Octal | 240 | 102 | 274 | 17 | 101 | 0 | 32 | 436 | 60 | 62 |
| Binary | 10100000 | 1000010 | 10111100 | 1111 | 1000001 | 0 | 11010 | 100011110 | 110000 | 110010 |
Color Harmonies of #A042BC
Complementary color
Monochromatic Colors of #A042BC
Black with #A042BC
Text Example
Text Example
White with #A042BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A042BC; }
p { color: rgb(160,66,188); }
H1.HeaderClassName
{
color: #A042BC;
}
.AnyTagClassName
{
color: #A042BC;
}
</style>
background-color css
<style>
a { background-color: #A042BC; }
a { background-color: rgb(160,66,188); }
div.DivClassName
{
background-color: #A042BC;
}
.BgClassName
{
background-color: #A042BC;
}
</style>
border-color css
<style>
span { border-color: #A042BC; }
span { border-color: rgb(160,66,188); }
td.TdClassName
{
border-color: #A042BC;
}
.TagClassName
{
border-color: #A042BC;
}
</style>