Shades of Deep Lilac #A955C2
Tints of Deep Lilac #A955C2
RGB
CMYK
RGB Variations
Color information
#A955C2 (or 0xA955C2) is known color: Deep Lilac. HEX triplet: A9, 55 and C2. RGB value is (169,85,194). Sum of RGB (Red+Green+Blue) = 169+85+194=448 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.72% from 448); Green value is 85 (33.59% from 255 or 18.97% from 448); Blue value is 194 (76.17% from 255 or 43.30% from 448); Max value from RGB is 194 - color contains mainly: blue. Hex color #A955C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A955C2 is #56AA3D. Grayscale: #7A7A7A. Windows color (decimal): -5679678 or 12735913. OLE color: 12735913.
HSL color Cylindrical-coordinate representation of color #A955C2: hue angle of 286.24º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A955C2 is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 169 | 85 | 194 | - |
| CMYK | 0.13 | 0.56 | 0 | 0.24 |
| HSL | 286.24º | 0.47% | 0.55% | - |
| HSV(B) | 286.24º | 0.56% | 0.76% | - |
| XYZ | 29.35 | 18.83 | 53.13 | - |
| YUV | 122.54 | 168.33 | 161.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 85 | 194 | 0.13 | 0.56 | 0 | 0.24 | 286.24 | 0.47 | 0.55 |
| Hex | A9 | 55 | C2 | D | 38 | 0 | 18 | 11E | 2F | 37 |
| Octal | 251 | 125 | 302 | 15 | 70 | 0 | 30 | 436 | 57 | 67 |
| Binary | 10101001 | 1010101 | 11000010 | 1101 | 111000 | 0 | 11000 | 100011110 | 101111 | 110111 |
Color Harmonies of #A955C2
Complementary color
Monochromatic Colors of #A955C2
Black with #A955C2
Text Example
Text Example
White with #A955C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A955C2; }
p { color: rgb(169,85,194); }
H1.HeaderClassName
{
color: #A955C2;
}
.AnyTagClassName
{
color: #A955C2;
}
</style>
background-color css
<style>
a { background-color: #A955C2; }
a { background-color: rgb(169,85,194); }
div.DivClassName
{
background-color: #A955C2;
}
.BgClassName
{
background-color: #A955C2;
}
</style>
border-color css
<style>
span { border-color: #A955C2; }
span { border-color: rgb(169,85,194); }
td.TdClassName
{
border-color: #A955C2;
}
.TagClassName
{
border-color: #A955C2;
}
</style>