Shades of Deep Lilac #A842B3
Tints of Deep Lilac #A842B3
RGB
CMYK
RGB Variations
Color information
#A842B3 (or 0xA842B3) is known color: Deep Lilac. HEX triplet: A8, 42 and B3. RGB value is (168,66,179). Sum of RGB (Red+Green+Blue) = 168+66+179=413 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.68% from 413); Green value is 66 (26.17% from 255 or 15.98% from 413); Blue value is 179 (70.31% from 255 or 43.34% from 413); Max value from RGB is 179 - color contains mainly: blue. Hex color #A842B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A842B3 is #57BD4C. Grayscale: #6D6D6D. Windows color (decimal): -5750093 or 11748008. OLE color: 11748008.
HSL color Cylindrical-coordinate representation of color #A842B3: hue angle of 294.16º 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 #A842B3 is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 66 | 179 | - |
| CMYK | 0.06 | 0.63 | 0 | 0.30 |
| HSL | 294.16º | 0.46% | 0.48% | - |
| HSV(B) | 294.16º | 0.63% | 0.7% | - |
| XYZ | 26.23 | 15.48 | 44.25 | - |
| YUV | 109.38 | 167.29 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 66 | 179 | 0.06 | 0.63 | 0 | 0.30 | 294.16 | 0.46 | 0.48 |
| Hex | A8 | 42 | B3 | 6 | 3F | 0 | 1E | 126 | 2E | 30 |
| Octal | 250 | 102 | 263 | 6 | 77 | 0 | 36 | 446 | 56 | 60 |
| Binary | 10101000 | 1000010 | 10110011 | 110 | 111111 | 0 | 11110 | 100100110 | 101110 | 110000 |
Color Harmonies of #A842B3
Complementary color
Monochromatic Colors of #A842B3
Black with #A842B3
Text Example
Text Example
White with #A842B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A842B3; }
p { color: rgb(168,66,179); }
H1.HeaderClassName
{
color: #A842B3;
}
.AnyTagClassName
{
color: #A842B3;
}
</style>
background-color css
<style>
a { background-color: #A842B3; }
a { background-color: rgb(168,66,179); }
div.DivClassName
{
background-color: #A842B3;
}
.BgClassName
{
background-color: #A842B3;
}
</style>
border-color css
<style>
span { border-color: #A842B3; }
span { border-color: rgb(168,66,179); }
td.TdClassName
{
border-color: #A842B3;
}
.TagClassName
{
border-color: #A842B3;
}
</style>