Shades of Deep Lilac #A85AB4
Tints of Deep Lilac #A85AB4
RGB
CMYK
RGB Variations
Color information
#A85AB4 (or 0xA85AB4) is known color: Deep Lilac. HEX triplet: A8, 5A and B4. RGB value is (168,90,180). Sum of RGB (Red+Green+Blue) = 168+90+180=438 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.36% from 438); Green value is 90 (35.55% from 255 or 20.55% from 438); Blue value is 180 (70.70% from 255 or 41.10% from 438); Max value from RGB is 180 - color contains mainly: blue. Hex color #A85AB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85AB4 is #57A54B. Grayscale: #7B7B7B. Windows color (decimal): -5743948 or 11819688. OLE color: 11819688.
HSL color Cylindrical-coordinate representation of color #A85AB4: hue angle of 292º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A85AB4 is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 90 | 180 | - |
| CMYK | 0.07 | 0.50 | 0 | 0.29 |
| HSL | 292º | 0.38% | 0.53% | - |
| HSV(B) | 292º | 0.5% | 0.71% | - |
| XYZ | 28.04 | 18.93 | 45.36 | - |
| YUV | 123.58 | 159.84 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 90 | 180 | 0.07 | 0.50 | 0 | 0.29 | 292 | 0.38 | 0.53 |
| Hex | A8 | 5A | B4 | 7 | 32 | 0 | 1D | 124 | 26 | 35 |
| Octal | 250 | 132 | 264 | 7 | 62 | 0 | 35 | 444 | 46 | 65 |
| Binary | 10101000 | 1011010 | 10110100 | 111 | 110010 | 0 | 11101 | 100100100 | 100110 | 110101 |
Color Harmonies of #A85AB4
Complementary color
Monochromatic Colors of #A85AB4
Black with #A85AB4
Text Example
Text Example
White with #A85AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85AB4; }
p { color: rgb(168,90,180); }
H1.HeaderClassName
{
color: #A85AB4;
}
.AnyTagClassName
{
color: #A85AB4;
}
</style>
background-color css
<style>
a { background-color: #A85AB4; }
a { background-color: rgb(168,90,180); }
div.DivClassName
{
background-color: #A85AB4;
}
.BgClassName
{
background-color: #A85AB4;
}
</style>
border-color css
<style>
span { border-color: #A85AB4; }
span { border-color: rgb(168,90,180); }
td.TdClassName
{
border-color: #A85AB4;
}
.TagClassName
{
border-color: #A85AB4;
}
</style>