Shades of Deep Lilac #A14BBD
Tints of Deep Lilac #A14BBD
RGB
CMYK
RGB Variations
Color information
#A14BBD (or 0xA14BBD) is known color: Deep Lilac. HEX triplet: A1, 4B and BD. RGB value is (161,75,189). Sum of RGB (Red+Green+Blue) = 161+75+189=425 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.88% from 425); Green value is 75 (29.69% from 255 or 17.65% from 425); Blue value is 189 (74.22% from 255 or 44.47% from 425); Max value from RGB is 189 - color contains mainly: blue. Hex color #A14BBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A14BBD is #5EB442. Grayscale: #717171. Windows color (decimal): -6206531 or 12405665. OLE color: 12405665.
HSL color Cylindrical-coordinate representation of color #A14BBD: hue angle of 285.26º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A14BBD is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 75 | 189 | - |
| CMYK | 0.15 | 0.60 | 0 | 0.26 |
| HSL | 285.26º | 0.46% | 0.52% | - |
| HSV(B) | 285.26º | 0.6% | 0.74% | - |
| XYZ | 26.4 | 16.28 | 49.9 | - |
| YUV | 113.71 | 170.49 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 75 | 189 | 0.15 | 0.60 | 0 | 0.26 | 285.26 | 0.46 | 0.52 |
| Hex | A1 | 4B | BD | F | 3C | 0 | 1A | 11D | 2E | 34 |
| Octal | 241 | 113 | 275 | 17 | 74 | 0 | 32 | 435 | 56 | 64 |
| Binary | 10100001 | 1001011 | 10111101 | 1111 | 111100 | 0 | 11010 | 100011101 | 101110 | 110100 |
Color Harmonies of #A14BBD
Complementary color
Monochromatic Colors of #A14BBD
Black with #A14BBD
Text Example
Text Example
White with #A14BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14BBD; }
p { color: rgb(161,75,189); }
H1.HeaderClassName
{
color: #A14BBD;
}
.AnyTagClassName
{
color: #A14BBD;
}
</style>
background-color css
<style>
a { background-color: #A14BBD; }
a { background-color: rgb(161,75,189); }
div.DivClassName
{
background-color: #A14BBD;
}
.BgClassName
{
background-color: #A14BBD;
}
</style>
border-color css
<style>
span { border-color: #A14BBD; }
span { border-color: rgb(161,75,189); }
td.TdClassName
{
border-color: #A14BBD;
}
.TagClassName
{
border-color: #A14BBD;
}
</style>