Shades of Deep Lilac #A042B1
Tints of Deep Lilac #A042B1
RGB
CMYK
RGB Variations
Color information
#A042B1 (or 0xA042B1) is known color: Deep Lilac. HEX triplet: A0, 42 and B1. RGB value is (160,66,177). Sum of RGB (Red+Green+Blue) = 160+66+177=403 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.70% from 403); Green value is 66 (26.17% from 255 or 16.38% from 403); Blue value is 177 (69.53% from 255 or 43.92% from 403); Max value from RGB is 177 - color contains mainly: blue. Hex color #A042B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A042B1 is #5FBD4E. Grayscale: #6A6A6A. Windows color (decimal): -6274383 or 11616928. OLE color: 11616928.
HSL color Cylindrical-coordinate representation of color #A042B1: hue angle of 290.81º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A042B1 is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 66 | 177 | - |
| CMYK | 0.10 | 0.63 | 0 | 0.31 |
| HSL | 290.81º | 0.46% | 0.48% | - |
| HSV(B) | 290.81º | 0.63% | 0.69% | - |
| XYZ | 24.38 | 14.54 | 43.12 | - |
| YUV | 106.76 | 167.64 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 66 | 177 | 0.10 | 0.63 | 0 | 0.31 | 290.81 | 0.46 | 0.48 |
| Hex | A0 | 42 | B1 | A | 3F | 0 | 1F | 123 | 2E | 30 |
| Octal | 240 | 102 | 261 | 12 | 77 | 0 | 37 | 443 | 56 | 60 |
| Binary | 10100000 | 1000010 | 10110001 | 1010 | 111111 | 0 | 11111 | 100100011 | 101110 | 110000 |
Color Harmonies of #A042B1
Complementary color
Monochromatic Colors of #A042B1
Black with #A042B1
Text Example
Text Example
White with #A042B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A042B1; }
p { color: rgb(160,66,177); }
H1.HeaderClassName
{
color: #A042B1;
}
.AnyTagClassName
{
color: #A042B1;
}
</style>
background-color css
<style>
a { background-color: #A042B1; }
a { background-color: rgb(160,66,177); }
div.DivClassName
{
background-color: #A042B1;
}
.BgClassName
{
background-color: #A042B1;
}
</style>
border-color css
<style>
span { border-color: #A042B1; }
span { border-color: rgb(160,66,177); }
td.TdClassName
{
border-color: #A042B1;
}
.TagClassName
{
border-color: #A042B1;
}
</style>