Shades of Deep Lilac #A342BB
Tints of Deep Lilac #A342BB
RGB
CMYK
RGB Variations
Color information
#A342BB (or 0xA342BB) is known color: Deep Lilac. HEX triplet: A3, 42 and BB. RGB value is (163,66,187). Sum of RGB (Red+Green+Blue) = 163+66+187=416 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.18% from 416); Green value is 66 (26.17% from 255 or 15.87% from 416); Blue value is 187 (73.44% from 255 or 44.95% from 416); Max value from RGB is 187 - color contains mainly: blue. Hex color #A342BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A342BB is #5CBD44. Grayscale: #6C6C6C. Windows color (decimal): -6077765 or 12272291. OLE color: 12272291.
HSL color Cylindrical-coordinate representation of color #A342BB: hue angle of 288.1º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A342BB is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 66 | 187 | - |
| CMYK | 0.13 | 0.65 | 0 | 0.27 |
| HSL | 288.1º | 0.48% | 0.5% | - |
| HSV(B) | 288.1º | 0.65% | 0.73% | - |
| XYZ | 26.02 | 15.27 | 48.59 | - |
| YUV | 108.8 | 172.14 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 66 | 187 | 0.13 | 0.65 | 0 | 0.27 | 288.1 | 0.48 | 0.5 |
| Hex | A3 | 42 | BB | D | 41 | 0 | 1B | 120 | 30 | 32 |
| Octal | 243 | 102 | 273 | 15 | 101 | 0 | 33 | 440 | 60 | 62 |
| Binary | 10100011 | 1000010 | 10111011 | 1101 | 1000001 | 0 | 11011 | 100100000 | 110000 | 110010 |
Color Harmonies of #A342BB
Complementary color
Monochromatic Colors of #A342BB
Black with #A342BB
Text Example
Text Example
White with #A342BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A342BB; }
p { color: rgb(163,66,187); }
H1.HeaderClassName
{
color: #A342BB;
}
.AnyTagClassName
{
color: #A342BB;
}
</style>
background-color css
<style>
a { background-color: #A342BB; }
a { background-color: rgb(163,66,187); }
div.DivClassName
{
background-color: #A342BB;
}
.BgClassName
{
background-color: #A342BB;
}
</style>
border-color css
<style>
span { border-color: #A342BB; }
span { border-color: rgb(163,66,187); }
td.TdClassName
{
border-color: #A342BB;
}
.TagClassName
{
border-color: #A342BB;
}
</style>