Shades of Deep Lilac #A752CB
Tints of Deep Lilac #A752CB
RGB
CMYK
RGB Variations
Color information
#A752CB (or 0xA752CB) is known color: Deep Lilac. HEX triplet: A7, 52 and CB. RGB value is (167,82,203). Sum of RGB (Red+Green+Blue) = 167+82+203=452 (59% of max value = 765). Red value is 167 (65.62% from 255 or 36.95% from 452); Green value is 82 (32.42% from 255 or 18.14% from 452); Blue value is 203 (79.69% from 255 or 44.91% from 452); Max value from RGB is 203 - color contains mainly: blue. Hex color #A752CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A752CB is #58AD34. Grayscale: #787878. Windows color (decimal): -5811509 or 13324967. OLE color: 13324967.
HSL color Cylindrical-coordinate representation of color #A752CB: hue angle of 282.15º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A752CB is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 167 | 82 | 203 | - |
| CMYK | 0.18 | 0.60 | 0 | 0.20 |
| HSL | 282.15º | 0.54% | 0.56% | - |
| HSV(B) | 282.15º | 0.6% | 0.8% | - |
| XYZ | 29.73 | 18.56 | 58.52 | - |
| YUV | 121.21 | 174.16 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 82 | 203 | 0.18 | 0.60 | 0 | 0.20 | 282.15 | 0.54 | 0.56 |
| Hex | A7 | 52 | CB | 12 | 3C | 0 | 14 | 11A | 36 | 38 |
| Octal | 247 | 122 | 313 | 22 | 74 | 0 | 24 | 432 | 66 | 70 |
| Binary | 10100111 | 1010010 | 11001011 | 10010 | 111100 | 0 | 10100 | 100011010 | 110110 | 111000 |
Color Harmonies of #A752CB
Complementary color
Monochromatic Colors of #A752CB
Black with #A752CB
Text Example
Text Example
White with #A752CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A752CB; }
p { color: rgb(167,82,203); }
H1.HeaderClassName
{
color: #A752CB;
}
.AnyTagClassName
{
color: #A752CB;
}
</style>
background-color css
<style>
a { background-color: #A752CB; }
a { background-color: rgb(167,82,203); }
div.DivClassName
{
background-color: #A752CB;
}
.BgClassName
{
background-color: #A752CB;
}
</style>
border-color css
<style>
span { border-color: #A752CB; }
span { border-color: rgb(167,82,203); }
td.TdClassName
{
border-color: #A752CB;
}
.TagClassName
{
border-color: #A752CB;
}
</style>