Shades of Deep Lilac #A150CC
Tints of Deep Lilac #A150CC
RGB
CMYK
RGB Variations
Color information
#A150CC (or 0xA150CC) is known color: Deep Lilac. HEX triplet: A1, 50 and CC. RGB value is (161,80,204). Sum of RGB (Red+Green+Blue) = 161+80+204=445 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.18% from 445); Green value is 80 (31.64% from 255 or 17.98% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 204 - color contains mainly: blue. Hex color #A150CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A150CC is #5EAF33. Grayscale: #757575. Windows color (decimal): -6205236 or 13389985. OLE color: 13389985.
HSL color Cylindrical-coordinate representation of color #A150CC: hue angle of 279.19º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A150CC is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 161 | 80 | 204 | - |
| CMYK | 0.21 | 0.61 | 0 | 0.2 |
| HSL | 279.19º | 0.55% | 0.56% | - |
| HSV(B) | 279.19º | 0.61% | 0.8% | - |
| XYZ | 28.47 | 17.67 | 59.04 | - |
| YUV | 118.36 | 176.34 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 80 | 204 | 0.21 | 0.61 | 0 | 0.2 | 279.19 | 0.55 | 0.56 |
| Hex | A1 | 50 | CC | 15 | 3D | 0 | 14 | 117 | 37 | 38 |
| Octal | 241 | 120 | 314 | 25 | 75 | 0 | 24 | 427 | 67 | 70 |
| Binary | 10100001 | 1010000 | 11001100 | 10101 | 111101 | 0 | 10100 | 100010111 | 110111 | 111000 |
Color Harmonies of #A150CC
Complementary color
Monochromatic Colors of #A150CC
Black with #A150CC
Text Example
Text Example
White with #A150CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A150CC; }
p { color: rgb(161,80,204); }
H1.HeaderClassName
{
color: #A150CC;
}
.AnyTagClassName
{
color: #A150CC;
}
</style>
background-color css
<style>
a { background-color: #A150CC; }
a { background-color: rgb(161,80,204); }
div.DivClassName
{
background-color: #A150CC;
}
.BgClassName
{
background-color: #A150CC;
}
</style>
border-color css
<style>
span { border-color: #A150CC; }
span { border-color: rgb(161,80,204); }
td.TdClassName
{
border-color: #A150CC;
}
.TagClassName
{
border-color: #A150CC;
}
</style>