Shades of Deep Lilac #A151C4
Tints of Deep Lilac #A151C4
RGB
CMYK
RGB Variations
Color information
#A151C4 (or 0xA151C4) is known color: Deep Lilac. HEX triplet: A1, 51 and C4. RGB value is (161,81,196). Sum of RGB (Red+Green+Blue) = 161+81+196=438 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.76% from 438); Green value is 81 (32.03% from 255 or 18.49% from 438); Blue value is 196 (76.95% from 255 or 44.75% from 438); Max value from RGB is 196 - color contains mainly: blue. Hex color #A151C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A151C4 is #5EAE3B. Grayscale: #757575. Windows color (decimal): -6204988 or 12865953. OLE color: 12865953.
HSL color Cylindrical-coordinate representation of color #A151C4: hue angle of 281.74º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A151C4 is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 161 | 81 | 196 | - |
| CMYK | 0.18 | 0.59 | 0 | 0.23 |
| HSL | 281.74º | 0.49% | 0.54% | - |
| HSV(B) | 281.74º | 0.59% | 0.77% | - |
| XYZ | 27.6 | 17.45 | 54.14 | - |
| YUV | 118.03 | 172 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 81 | 196 | 0.18 | 0.59 | 0 | 0.23 | 281.74 | 0.49 | 0.54 |
| Hex | A1 | 51 | C4 | 12 | 3B | 0 | 17 | 11A | 31 | 36 |
| Octal | 241 | 121 | 304 | 22 | 73 | 0 | 27 | 432 | 61 | 66 |
| Binary | 10100001 | 1010001 | 11000100 | 10010 | 111011 | 0 | 10111 | 100011010 | 110001 | 110110 |
Color Harmonies of #A151C4
Complementary color
Monochromatic Colors of #A151C4
Black with #A151C4
Text Example
Text Example
White with #A151C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A151C4; }
p { color: rgb(161,81,196); }
H1.HeaderClassName
{
color: #A151C4;
}
.AnyTagClassName
{
color: #A151C4;
}
</style>
background-color css
<style>
a { background-color: #A151C4; }
a { background-color: rgb(161,81,196); }
div.DivClassName
{
background-color: #A151C4;
}
.BgClassName
{
background-color: #A151C4;
}
</style>
border-color css
<style>
span { border-color: #A151C4; }
span { border-color: rgb(161,81,196); }
td.TdClassName
{
border-color: #A151C4;
}
.TagClassName
{
border-color: #A151C4;
}
</style>