Shades of Deep Lilac #A35BBE
Tints of Deep Lilac #A35BBE
RGB
CMYK
RGB Variations
Color information
#A35BBE (or 0xA35BBE) is known color: Deep Lilac. HEX triplet: A3, 5B and BE. RGB value is (163,91,190). Sum of RGB (Red+Green+Blue) = 163+91+190=444 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.71% from 444); Green value is 91 (35.94% from 255 or 20.50% from 444); Blue value is 190 (74.61% from 255 or 42.79% from 444); Max value from RGB is 190 - color contains mainly: blue. Hex color #A35BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35BBE is #5CA441. Grayscale: #7B7B7B. Windows color (decimal): -6071362 or 12475299. OLE color: 12475299.
HSL color Cylindrical-coordinate representation of color #A35BBE: hue angle of 283.64º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A35BBE is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 91 | 190 | - |
| CMYK | 0.14 | 0.52 | 0 | 0.25 |
| HSL | 283.64º | 0.43% | 0.55% | - |
| HSV(B) | 283.64º | 0.52% | 0.75% | - |
| XYZ | 28.14 | 18.99 | 50.9 | - |
| YUV | 123.81 | 165.35 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 91 | 190 | 0.14 | 0.52 | 0 | 0.25 | 283.64 | 0.43 | 0.55 |
| Hex | A3 | 5B | BE | E | 34 | 0 | 19 | 11C | 2B | 37 |
| Octal | 243 | 133 | 276 | 16 | 64 | 0 | 31 | 434 | 53 | 67 |
| Binary | 10100011 | 1011011 | 10111110 | 1110 | 110100 | 0 | 11001 | 100011100 | 101011 | 110111 |
Color Harmonies of #A35BBE
Complementary color
Monochromatic Colors of #A35BBE
Black with #A35BBE
Text Example
Text Example
White with #A35BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35BBE; }
p { color: rgb(163,91,190); }
H1.HeaderClassName
{
color: #A35BBE;
}
.AnyTagClassName
{
color: #A35BBE;
}
</style>
background-color css
<style>
a { background-color: #A35BBE; }
a { background-color: rgb(163,91,190); }
div.DivClassName
{
background-color: #A35BBE;
}
.BgClassName
{
background-color: #A35BBE;
}
</style>
border-color css
<style>
span { border-color: #A35BBE; }
span { border-color: rgb(163,91,190); }
td.TdClassName
{
border-color: #A35BBE;
}
.TagClassName
{
border-color: #A35BBE;
}
</style>