Shades of Deep Lilac #A138AB
Tints of Deep Lilac #A138AB
RGB
CMYK
RGB Variations
Color information
#A138AB (or 0xA138AB) is known color: Deep Lilac. HEX triplet: A1, 38 and AB. RGB value is (161,56,171). Sum of RGB (Red+Green+Blue) = 161+56+171=388 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.49% from 388); Green value is 56 (22.27% from 255 or 14.43% from 388); Blue value is 171 (67.19% from 255 or 44.07% from 388); Max value from RGB is 171 - color contains mainly: blue. Hex color #A138AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A138AB is #5EC754. Grayscale: #646464. Windows color (decimal): -6211413 or 11221153. OLE color: 11221153.
HSL color Cylindrical-coordinate representation of color #A138AB: hue angle of 294.78º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A138AB is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 56 | 171 | - |
| CMYK | 0.06 | 0.67 | 0 | 0.33 |
| HSL | 294.78º | 0.51% | 0.45% | - |
| HSV(B) | 294.78º | 0.67% | 0.67% | - |
| XYZ | 23.46 | 13.35 | 39.87 | - |
| YUV | 100.51 | 167.79 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 56 | 171 | 0.06 | 0.67 | 0 | 0.33 | 294.78 | 0.51 | 0.45 |
| Hex | A1 | 38 | AB | 6 | 43 | 0 | 21 | 127 | 33 | 2D |
| Octal | 241 | 70 | 253 | 6 | 103 | 0 | 41 | 447 | 63 | 55 |
| Binary | 10100001 | 111000 | 10101011 | 110 | 1000011 | 0 | 100001 | 100100111 | 110011 | 101101 |
Color Harmonies of #A138AB
Complementary color
Monochromatic Colors of #A138AB
Black with #A138AB
Text Example
Text Example
White with #A138AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A138AB; }
p { color: rgb(161,56,171); }
H1.HeaderClassName
{
color: #A138AB;
}
.AnyTagClassName
{
color: #A138AB;
}
</style>
background-color css
<style>
a { background-color: #A138AB; }
a { background-color: rgb(161,56,171); }
div.DivClassName
{
background-color: #A138AB;
}
.BgClassName
{
background-color: #A138AB;
}
</style>
border-color css
<style>
span { border-color: #A138AB; }
span { border-color: rgb(161,56,171); }
td.TdClassName
{
border-color: #A138AB;
}
.TagClassName
{
border-color: #A138AB;
}
</style>