Shades of Deep Lilac #A35DBE
Tints of Deep Lilac #A35DBE
RGB
CMYK
RGB Variations
Color information
#A35DBE (or 0xA35DBE) is known color: Deep Lilac. HEX triplet: A3, 5D and BE. RGB value is (163,93,190). Sum of RGB (Red+Green+Blue) = 163+93+190=446 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.55% from 446); Green value is 93 (36.72% from 255 or 20.85% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 190 - color contains mainly: blue. Hex color #A35DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35DBE is #5CA241. Grayscale: #7C7C7C. Windows color (decimal): -6070850 or 12475811. OLE color: 12475811.
HSL color Cylindrical-coordinate representation of color #A35DBE: hue angle of 283.3º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A35DBE is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 93 | 190 | - |
| CMYK | 0.14 | 0.51 | 0 | 0.25 |
| HSL | 283.3º | 0.43% | 0.55% | - |
| HSV(B) | 283.3º | 0.51% | 0.75% | - |
| XYZ | 28.31 | 19.33 | 50.95 | - |
| YUV | 124.99 | 164.69 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 93 | 190 | 0.14 | 0.51 | 0 | 0.25 | 283.3 | 0.43 | 0.55 |
| Hex | A3 | 5D | BE | E | 33 | 0 | 19 | 11B | 2B | 37 |
| Octal | 243 | 135 | 276 | 16 | 63 | 0 | 31 | 433 | 53 | 67 |
| Binary | 10100011 | 1011101 | 10111110 | 1110 | 110011 | 0 | 11001 | 100011011 | 101011 | 110111 |
Color Harmonies of #A35DBE
Complementary color
Monochromatic Colors of #A35DBE
Black with #A35DBE
Text Example
Text Example
White with #A35DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35DBE; }
p { color: rgb(163,93,190); }
H1.HeaderClassName
{
color: #A35DBE;
}
.AnyTagClassName
{
color: #A35DBE;
}
</style>
background-color css
<style>
a { background-color: #A35DBE; }
a { background-color: rgb(163,93,190); }
div.DivClassName
{
background-color: #A35DBE;
}
.BgClassName
{
background-color: #A35DBE;
}
</style>
border-color css
<style>
span { border-color: #A35DBE; }
span { border-color: rgb(163,93,190); }
td.TdClassName
{
border-color: #A35DBE;
}
.TagClassName
{
border-color: #A35DBE;
}
</style>