Shades of Deep Lilac #A35DBD
Tints of Deep Lilac #A35DBD
RGB
CMYK
RGB Variations
Color information
#A35DBD (or 0xA35DBD) is known color: Deep Lilac. HEX triplet: A3, 5D and BD. RGB value is (163,93,189). Sum of RGB (Red+Green+Blue) = 163+93+189=445 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.63% from 445); Green value is 93 (36.72% from 255 or 20.90% from 445); Blue value is 189 (74.22% from 255 or 42.47% from 445); Max value from RGB is 189 - color contains mainly: blue. Hex color #A35DBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35DBD is #5CA242. Grayscale: #7C7C7C. Windows color (decimal): -6070851 or 12410275. OLE color: 12410275.
HSL color Cylindrical-coordinate representation of color #A35DBD: hue angle of 283.75º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A35DBD is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 93 | 189 | - |
| CMYK | 0.14 | 0.51 | 0 | 0.26 |
| HSL | 283.75º | 0.42% | 0.55% | - |
| HSV(B) | 283.75º | 0.51% | 0.74% | - |
| XYZ | 28.2 | 19.29 | 50.38 | - |
| YUV | 124.87 | 164.19 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 93 | 189 | 0.14 | 0.51 | 0 | 0.26 | 283.75 | 0.42 | 0.55 |
| Hex | A3 | 5D | BD | E | 33 | 0 | 1A | 11C | 2A | 37 |
| Octal | 243 | 135 | 275 | 16 | 63 | 0 | 32 | 434 | 52 | 67 |
| Binary | 10100011 | 1011101 | 10111101 | 1110 | 110011 | 0 | 11010 | 100011100 | 101010 | 110111 |
Color Harmonies of #A35DBD
Complementary color
Monochromatic Colors of #A35DBD
Black with #A35DBD
Text Example
Text Example
White with #A35DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35DBD; }
p { color: rgb(163,93,189); }
H1.HeaderClassName
{
color: #A35DBD;
}
.AnyTagClassName
{
color: #A35DBD;
}
</style>
background-color css
<style>
a { background-color: #A35DBD; }
a { background-color: rgb(163,93,189); }
div.DivClassName
{
background-color: #A35DBD;
}
.BgClassName
{
background-color: #A35DBD;
}
</style>
border-color css
<style>
span { border-color: #A35DBD; }
span { border-color: rgb(163,93,189); }
td.TdClassName
{
border-color: #A35DBD;
}
.TagClassName
{
border-color: #A35DBD;
}
</style>