Shades of Deep Lilac #A957C2
Tints of Deep Lilac #A957C2
RGB
CMYK
RGB Variations
Color information
#A957C2 (or 0xA957C2) is known color: Deep Lilac. HEX triplet: A9, 57 and C2. RGB value is (169,87,194). Sum of RGB (Red+Green+Blue) = 169+87+194=450 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.56% from 450); Green value is 87 (34.38% from 255 or 19.33% from 450); Blue value is 194 (76.17% from 255 or 43.11% from 450); Max value from RGB is 194 - color contains mainly: blue. Hex color #A957C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A957C2 is #56A83D. Grayscale: #7B7B7B. Windows color (decimal): -5679166 or 12736425. OLE color: 12736425.
HSL color Cylindrical-coordinate representation of color #A957C2: hue angle of 285.98º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A957C2 is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 169 | 87 | 194 | - |
| CMYK | 0.13 | 0.55 | 0 | 0.24 |
| HSL | 285.98º | 0.47% | 0.55% | - |
| HSV(B) | 285.98º | 0.55% | 0.76% | - |
| XYZ | 29.51 | 19.15 | 53.18 | - |
| YUV | 123.72 | 167.67 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 87 | 194 | 0.13 | 0.55 | 0 | 0.24 | 285.98 | 0.47 | 0.55 |
| Hex | A9 | 57 | C2 | D | 37 | 0 | 18 | 11E | 2F | 37 |
| Octal | 251 | 127 | 302 | 15 | 67 | 0 | 30 | 436 | 57 | 67 |
| Binary | 10101001 | 1010111 | 11000010 | 1101 | 110111 | 0 | 11000 | 100011110 | 101111 | 110111 |
Color Harmonies of #A957C2
Complementary color
Monochromatic Colors of #A957C2
Black with #A957C2
Text Example
Text Example
White with #A957C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A957C2; }
p { color: rgb(169,87,194); }
H1.HeaderClassName
{
color: #A957C2;
}
.AnyTagClassName
{
color: #A957C2;
}
</style>
background-color css
<style>
a { background-color: #A957C2; }
a { background-color: rgb(169,87,194); }
div.DivClassName
{
background-color: #A957C2;
}
.BgClassName
{
background-color: #A957C2;
}
</style>
border-color css
<style>
span { border-color: #A957C2; }
span { border-color: rgb(169,87,194); }
td.TdClassName
{
border-color: #A957C2;
}
.TagClassName
{
border-color: #A957C2;
}
</style>