Shades of Deep Lilac #A842B0
Tints of Deep Lilac #A842B0
RGB
CMYK
RGB Variations
Color information
#A842B0 (or 0xA842B0) is known color: Deep Lilac. HEX triplet: A8, 42 and B0. RGB value is (168,66,176). Sum of RGB (Red+Green+Blue) = 168+66+176=410 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.98% from 410); Green value is 66 (26.17% from 255 or 16.10% from 410); Blue value is 176 (69.14% from 255 or 42.93% from 410); Max value from RGB is 176 - color contains mainly: blue. Hex color #A842B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A842B0 is #57BD4F. Grayscale: #6C6C6C. Windows color (decimal): -5750096 or 11551400. OLE color: 11551400.
HSL color Cylindrical-coordinate representation of color #A842B0: hue angle of 295.64º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A842B0 is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 66 | 176 | - |
| CMYK | 0.05 | 0.62 | 0 | 0.31 |
| HSL | 295.64º | 0.45% | 0.47% | - |
| HSV(B) | 295.64º | 0.63% | 0.69% | - |
| XYZ | 25.93 | 15.36 | 42.67 | - |
| YUV | 109.04 | 165.79 | 170.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 66 | 176 | 0.05 | 0.62 | 0 | 0.31 | 295.64 | 0.45 | 0.47 |
| Hex | A8 | 42 | B0 | 5 | 3E | 0 | 1F | 128 | 2D | 2F |
| Octal | 250 | 102 | 260 | 5 | 76 | 0 | 37 | 450 | 55 | 57 |
| Binary | 10101000 | 1000010 | 10110000 | 101 | 111110 | 0 | 11111 | 100101000 | 101101 | 101111 |
Color Harmonies of #A842B0
Complementary color
Monochromatic Colors of #A842B0
Black with #A842B0
Text Example
Text Example
White with #A842B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A842B0; }
p { color: rgb(168,66,176); }
H1.HeaderClassName
{
color: #A842B0;
}
.AnyTagClassName
{
color: #A842B0;
}
</style>
background-color css
<style>
a { background-color: #A842B0; }
a { background-color: rgb(168,66,176); }
div.DivClassName
{
background-color: #A842B0;
}
.BgClassName
{
background-color: #A842B0;
}
</style>
border-color css
<style>
span { border-color: #A842B0; }
span { border-color: rgb(168,66,176); }
td.TdClassName
{
border-color: #A842B0;
}
.TagClassName
{
border-color: #A842B0;
}
</style>