Shades of Deep Lilac #A552BC
Tints of Deep Lilac #A552BC
RGB
CMYK
RGB Variations
Color information
#A552BC (or 0xA552BC) is known color: Deep Lilac. HEX triplet: A5, 52 and BC. RGB value is (165,82,188). Sum of RGB (Red+Green+Blue) = 165+82+188=435 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.93% from 435); Green value is 82 (32.42% from 255 or 18.85% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 188 - color contains mainly: blue. Hex color #A552BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A552BC is #5AAD43. Grayscale: #767676. Windows color (decimal): -5942596 or 12341925. OLE color: 12341925.
HSL color Cylindrical-coordinate representation of color #A552BC: hue angle of 286.98º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A552BC is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 82 | 188 | - |
| CMYK | 0.12 | 0.56 | 0 | 0.26 |
| HSL | 286.98º | 0.44% | 0.53% | - |
| HSV(B) | 286.98º | 0.56% | 0.74% | - |
| XYZ | 27.61 | 17.66 | 49.53 | - |
| YUV | 118.9 | 167 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 82 | 188 | 0.12 | 0.56 | 0 | 0.26 | 286.98 | 0.44 | 0.53 |
| Hex | A5 | 52 | BC | C | 38 | 0 | 1A | 11F | 2C | 35 |
| Octal | 245 | 122 | 274 | 14 | 70 | 0 | 32 | 437 | 54 | 65 |
| Binary | 10100101 | 1010010 | 10111100 | 1100 | 111000 | 0 | 11010 | 100011111 | 101100 | 110101 |
Color Harmonies of #A552BC
Complementary color
Monochromatic Colors of #A552BC
Black with #A552BC
Text Example
Text Example
White with #A552BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A552BC; }
p { color: rgb(165,82,188); }
H1.HeaderClassName
{
color: #A552BC;
}
.AnyTagClassName
{
color: #A552BC;
}
</style>
background-color css
<style>
a { background-color: #A552BC; }
a { background-color: rgb(165,82,188); }
div.DivClassName
{
background-color: #A552BC;
}
.BgClassName
{
background-color: #A552BC;
}
</style>
border-color css
<style>
span { border-color: #A552BC; }
span { border-color: rgb(165,82,188); }
td.TdClassName
{
border-color: #A552BC;
}
.TagClassName
{
border-color: #A552BC;
}
</style>