Shades of Deep Lilac #A150CB
Tints of Deep Lilac #A150CB
RGB
CMYK
RGB Variations
Color information
#A150CB (or 0xA150CB) is known color: Deep Lilac. HEX triplet: A1, 50 and CB. RGB value is (161,80,203). Sum of RGB (Red+Green+Blue) = 161+80+203=444 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.26% from 444); Green value is 80 (31.64% from 255 or 18.02% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 203 - color contains mainly: blue. Hex color #A150CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A150CB is #5EAF34. Grayscale: #757575. Windows color (decimal): -6205237 or 13324449. OLE color: 13324449.
HSL color Cylindrical-coordinate representation of color #A150CB: hue angle of 279.51º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A150CB is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 80 | 203 | - |
| CMYK | 0.21 | 0.61 | 0 | 0.20 |
| HSL | 279.51º | 0.54% | 0.55% | - |
| HSV(B) | 279.51º | 0.61% | 0.8% | - |
| XYZ | 28.35 | 17.63 | 58.41 | - |
| YUV | 118.24 | 175.84 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 80 | 203 | 0.21 | 0.61 | 0 | 0.20 | 279.51 | 0.54 | 0.55 |
| Hex | A1 | 50 | CB | 15 | 3D | 0 | 14 | 118 | 36 | 37 |
| Octal | 241 | 120 | 313 | 25 | 75 | 0 | 24 | 430 | 66 | 67 |
| Binary | 10100001 | 1010000 | 11001011 | 10101 | 111101 | 0 | 10100 | 100011000 | 110110 | 110111 |
Color Harmonies of #A150CB
Complementary color
Monochromatic Colors of #A150CB
Black with #A150CB
Text Example
Text Example
White with #A150CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A150CB; }
p { color: rgb(161,80,203); }
H1.HeaderClassName
{
color: #A150CB;
}
.AnyTagClassName
{
color: #A150CB;
}
</style>
background-color css
<style>
a { background-color: #A150CB; }
a { background-color: rgb(161,80,203); }
div.DivClassName
{
background-color: #A150CB;
}
.BgClassName
{
background-color: #A150CB;
}
</style>
border-color css
<style>
span { border-color: #A150CB; }
span { border-color: rgb(161,80,203); }
td.TdClassName
{
border-color: #A150CB;
}
.TagClassName
{
border-color: #A150CB;
}
</style>