Shades of Deep Lilac #A842BD
Tints of Deep Lilac #A842BD
RGB
CMYK
RGB Variations
Color information
#A842BD (or 0xA842BD) is known color: Deep Lilac. HEX triplet: A8, 42 and BD. RGB value is (168,66,189). Sum of RGB (Red+Green+Blue) = 168+66+189=423 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.72% from 423); Green value is 66 (26.17% from 255 or 15.60% from 423); Blue value is 189 (74.22% from 255 or 44.68% from 423); Max value from RGB is 189 - color contains mainly: blue. Hex color #A842BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A842BD is #57BD42. Grayscale: #6E6E6E. Windows color (decimal): -5750083 or 12403368. OLE color: 12403368.
HSL color Cylindrical-coordinate representation of color #A842BD: hue angle of 289.76º 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 #A842BD is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 66 | 189 | - |
| CMYK | 0.11 | 0.65 | 0 | 0.26 |
| HSL | 289.76º | 0.48% | 0.5% | - |
| HSV(B) | 289.76º | 0.65% | 0.74% | - |
| XYZ | 27.28 | 15.9 | 49.77 | - |
| YUV | 110.52 | 172.29 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 66 | 189 | 0.11 | 0.65 | 0 | 0.26 | 289.76 | 0.48 | 0.5 |
| Hex | A8 | 42 | BD | B | 41 | 0 | 1A | 122 | 30 | 32 |
| Octal | 250 | 102 | 275 | 13 | 101 | 0 | 32 | 442 | 60 | 62 |
| Binary | 10101000 | 1000010 | 10111101 | 1011 | 1000001 | 0 | 11010 | 100100010 | 110000 | 110010 |
Color Harmonies of #A842BD
Complementary color
Monochromatic Colors of #A842BD
Black with #A842BD
Text Example
Text Example
White with #A842BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A842BD; }
p { color: rgb(168,66,189); }
H1.HeaderClassName
{
color: #A842BD;
}
.AnyTagClassName
{
color: #A842BD;
}
</style>
background-color css
<style>
a { background-color: #A842BD; }
a { background-color: rgb(168,66,189); }
div.DivClassName
{
background-color: #A842BD;
}
.BgClassName
{
background-color: #A842BD;
}
</style>
border-color css
<style>
span { border-color: #A842BD; }
span { border-color: rgb(168,66,189); }
td.TdClassName
{
border-color: #A842BD;
}
.TagClassName
{
border-color: #A842BD;
}
</style>