Shades of Deep Lilac #A652B8
Tints of Deep Lilac #A652B8
RGB
CMYK
RGB Variations
Color information
#A652B8 (or 0xA652B8) is known color: Deep Lilac. HEX triplet: A6, 52 and B8. RGB value is (166,82,184). Sum of RGB (Red+Green+Blue) = 166+82+184=432 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.43% from 432); Green value is 82 (32.42% from 255 or 18.98% from 432); Blue value is 184 (72.27% from 255 or 42.59% from 432); Max value from RGB is 184 - color contains mainly: blue. Hex color #A652B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A652B8 is #59AD47. Grayscale: #767676. Windows color (decimal): -5877064 or 12079782. OLE color: 12079782.
HSL color Cylindrical-coordinate representation of color #A652B8: hue angle of 289.41º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A652B8 is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 166 | 82 | 184 | - |
| CMYK | 0.10 | 0.55 | 0 | 0.28 |
| HSL | 289.41º | 0.42% | 0.52% | - |
| HSV(B) | 289.41º | 0.55% | 0.72% | - |
| XYZ | 27.39 | 17.6 | 47.3 | - |
| YUV | 118.74 | 164.83 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 82 | 184 | 0.10 | 0.55 | 0 | 0.28 | 289.41 | 0.42 | 0.52 |
| Hex | A6 | 52 | B8 | A | 37 | 0 | 1C | 121 | 2A | 34 |
| Octal | 246 | 122 | 270 | 12 | 67 | 0 | 34 | 441 | 52 | 64 |
| Binary | 10100110 | 1010010 | 10111000 | 1010 | 110111 | 0 | 11100 | 100100001 | 101010 | 110100 |
Color Harmonies of #A652B8
Complementary color
Monochromatic Colors of #A652B8
Black with #A652B8
Text Example
Text Example
White with #A652B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A652B8; }
p { color: rgb(166,82,184); }
H1.HeaderClassName
{
color: #A652B8;
}
.AnyTagClassName
{
color: #A652B8;
}
</style>
background-color css
<style>
a { background-color: #A652B8; }
a { background-color: rgb(166,82,184); }
div.DivClassName
{
background-color: #A652B8;
}
.BgClassName
{
background-color: #A652B8;
}
</style>
border-color css
<style>
span { border-color: #A652B8; }
span { border-color: rgb(166,82,184); }
td.TdClassName
{
border-color: #A652B8;
}
.TagClassName
{
border-color: #A652B8;
}
</style>