Shades of Deep Lilac #A950C7
Tints of Deep Lilac #A950C7
RGB
CMYK
RGB Variations
Color information
#A950C7 (or 0xA950C7) is known color: Deep Lilac. HEX triplet: A9, 50 and C7. RGB value is (169,80,199). Sum of RGB (Red+Green+Blue) = 169+80+199=448 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.72% from 448); Green value is 80 (31.64% from 255 or 17.86% from 448); Blue value is 199 (78.12% from 255 or 44.42% from 448); Max value from RGB is 199 - color contains mainly: blue. Hex color #A950C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A950C7 is #56AF38. Grayscale: #777777. Windows color (decimal): -5680953 or 13062313. OLE color: 13062313.
HSL color Cylindrical-coordinate representation of color #A950C7: hue angle of 284.87º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A950C7 is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 169 | 80 | 199 | - |
| CMYK | 0.15 | 0.60 | 0 | 0.22 |
| HSL | 284.87º | 0.52% | 0.55% | - |
| HSV(B) | 284.87º | 0.6% | 0.78% | - |
| XYZ | 29.54 | 18.3 | 56.01 | - |
| YUV | 120.18 | 172.49 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 80 | 199 | 0.15 | 0.60 | 0 | 0.22 | 284.87 | 0.52 | 0.55 |
| Hex | A9 | 50 | C7 | F | 3C | 0 | 16 | 11D | 34 | 37 |
| Octal | 251 | 120 | 307 | 17 | 74 | 0 | 26 | 435 | 64 | 67 |
| Binary | 10101001 | 1010000 | 11000111 | 1111 | 111100 | 0 | 10110 | 100011101 | 110100 | 110111 |
Color Harmonies of #A950C7
Complementary color
Monochromatic Colors of #A950C7
Black with #A950C7
Text Example
Text Example
White with #A950C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A950C7; }
p { color: rgb(169,80,199); }
H1.HeaderClassName
{
color: #A950C7;
}
.AnyTagClassName
{
color: #A950C7;
}
</style>
background-color css
<style>
a { background-color: #A950C7; }
a { background-color: rgb(169,80,199); }
div.DivClassName
{
background-color: #A950C7;
}
.BgClassName
{
background-color: #A950C7;
}
</style>
border-color css
<style>
span { border-color: #A950C7; }
span { border-color: rgb(169,80,199); }
td.TdClassName
{
border-color: #A950C7;
}
.TagClassName
{
border-color: #A950C7;
}
</style>