Shades of Deep Lilac #A75ABC
Tints of Deep Lilac #A75ABC
RGB
CMYK
RGB Variations
Color information
#A75ABC (or 0xA75ABC) is known color: Deep Lilac. HEX triplet: A7, 5A and BC. RGB value is (167,90,188). Sum of RGB (Red+Green+Blue) = 167+90+188=445 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.53% from 445); Green value is 90 (35.55% from 255 or 20.22% from 445); Blue value is 188 (73.83% from 255 or 42.25% from 445); Max value from RGB is 188 - color contains mainly: blue. Hex color #A75ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A75ABC is #58A543. Grayscale: #7B7B7B. Windows color (decimal): -5809476 or 12343975. OLE color: 12343975.
HSL color Cylindrical-coordinate representation of color #A75ABC: hue angle of 287.14º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A75ABC is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 90 | 188 | - |
| CMYK | 0.11 | 0.52 | 0 | 0.26 |
| HSL | 287.14º | 0.42% | 0.55% | - |
| HSV(B) | 287.14º | 0.52% | 0.74% | - |
| XYZ | 28.67 | 19.16 | 49.76 | - |
| YUV | 124.2 | 164.01 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 90 | 188 | 0.11 | 0.52 | 0 | 0.26 | 287.14 | 0.42 | 0.55 |
| Hex | A7 | 5A | BC | B | 34 | 0 | 1A | 11F | 2A | 37 |
| Octal | 247 | 132 | 274 | 13 | 64 | 0 | 32 | 437 | 52 | 67 |
| Binary | 10100111 | 1011010 | 10111100 | 1011 | 110100 | 0 | 11010 | 100011111 | 101010 | 110111 |
Color Harmonies of #A75ABC
Complementary color
Monochromatic Colors of #A75ABC
Black with #A75ABC
Text Example
Text Example
White with #A75ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75ABC; }
p { color: rgb(167,90,188); }
H1.HeaderClassName
{
color: #A75ABC;
}
.AnyTagClassName
{
color: #A75ABC;
}
</style>
background-color css
<style>
a { background-color: #A75ABC; }
a { background-color: rgb(167,90,188); }
div.DivClassName
{
background-color: #A75ABC;
}
.BgClassName
{
background-color: #A75ABC;
}
</style>
border-color css
<style>
span { border-color: #A75ABC; }
span { border-color: rgb(167,90,188); }
td.TdClassName
{
border-color: #A75ABC;
}
.TagClassName
{
border-color: #A75ABC;
}
</style>