Shades of Deep Lilac #A942B2
Tints of Deep Lilac #A942B2
RGB
CMYK
RGB Variations
Color information
#A942B2 (or 0xA942B2) is known color: Deep Lilac. HEX triplet: A9, 42 and B2. RGB value is (169,66,178). Sum of RGB (Red+Green+Blue) = 169+66+178=413 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.92% from 413); Green value is 66 (26.17% from 255 or 15.98% from 413); Blue value is 178 (69.92% from 255 or 43.10% from 413); Max value from RGB is 178 - color contains mainly: blue. Hex color #A942B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A942B2 is #56BD4D. Grayscale: #6D6D6D. Windows color (decimal): -5684558 or 11682473. OLE color: 11682473.
HSL color Cylindrical-coordinate representation of color #A942B2: hue angle of 295.18º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A942B2 is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 169 | 66 | 178 | - |
| CMYK | 0.05 | 0.63 | 0 | 0.30 |
| HSL | 295.18º | 0.46% | 0.48% | - |
| HSV(B) | 295.18º | 0.63% | 0.7% | - |
| XYZ | 26.35 | 15.55 | 43.73 | - |
| YUV | 109.57 | 166.62 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 66 | 178 | 0.05 | 0.63 | 0 | 0.30 | 295.18 | 0.46 | 0.48 |
| Hex | A9 | 42 | B2 | 5 | 3F | 0 | 1E | 127 | 2E | 30 |
| Octal | 251 | 102 | 262 | 5 | 77 | 0 | 36 | 447 | 56 | 60 |
| Binary | 10101001 | 1000010 | 10110010 | 101 | 111111 | 0 | 11110 | 100100111 | 101110 | 110000 |
Color Harmonies of #A942B2
Complementary color
Monochromatic Colors of #A942B2
Black with #A942B2
Text Example
Text Example
White with #A942B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A942B2; }
p { color: rgb(169,66,178); }
H1.HeaderClassName
{
color: #A942B2;
}
.AnyTagClassName
{
color: #A942B2;
}
</style>
background-color css
<style>
a { background-color: #A942B2; }
a { background-color: rgb(169,66,178); }
div.DivClassName
{
background-color: #A942B2;
}
.BgClassName
{
background-color: #A942B2;
}
</style>
border-color css
<style>
span { border-color: #A942B2; }
span { border-color: rgb(169,66,178); }
td.TdClassName
{
border-color: #A942B2;
}
.TagClassName
{
border-color: #A942B2;
}
</style>