Shades of Deep Lilac #A35ACB
Tints of Deep Lilac #A35ACB
RGB
CMYK
RGB Variations
Color information
#A35ACB (or 0xA35ACB) is known color: Deep Lilac. HEX triplet: A3, 5A and CB. RGB value is (163,90,203). Sum of RGB (Red+Green+Blue) = 163+90+203=456 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.75% from 456); Green value is 90 (35.55% from 255 or 19.74% from 456); Blue value is 203 (79.69% from 255 or 44.52% from 456); Max value from RGB is 203 - color contains mainly: blue. Hex color #A35ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35ACB is #5CA534. Grayscale: #7C7C7C. Windows color (decimal): -6071605 or 13327011. OLE color: 13327011.
HSL color Cylindrical-coordinate representation of color #A35ACB: hue angle of 278.76º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A35ACB is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 90 | 203 | - |
| CMYK | 0.20 | 0.56 | 0 | 0.20 |
| HSL | 278.76º | 0.52% | 0.57% | - |
| HSV(B) | 278.76º | 0.56% | 0.8% | - |
| XYZ | 29.54 | 19.41 | 58.69 | - |
| YUV | 124.71 | 172.18 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 90 | 203 | 0.20 | 0.56 | 0 | 0.20 | 278.76 | 0.52 | 0.57 |
| Hex | A3 | 5A | CB | 14 | 38 | 0 | 14 | 117 | 34 | 39 |
| Octal | 243 | 132 | 313 | 24 | 70 | 0 | 24 | 427 | 64 | 71 |
| Binary | 10100011 | 1011010 | 11001011 | 10100 | 111000 | 0 | 10100 | 100010111 | 110100 | 111001 |
Color Harmonies of #A35ACB
Complementary color
Monochromatic Colors of #A35ACB
Black with #A35ACB
Text Example
Text Example
White with #A35ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35ACB; }
p { color: rgb(163,90,203); }
H1.HeaderClassName
{
color: #A35ACB;
}
.AnyTagClassName
{
color: #A35ACB;
}
</style>
background-color css
<style>
a { background-color: #A35ACB; }
a { background-color: rgb(163,90,203); }
div.DivClassName
{
background-color: #A35ACB;
}
.BgClassName
{
background-color: #A35ACB;
}
</style>
border-color css
<style>
span { border-color: #A35ACB; }
span { border-color: rgb(163,90,203); }
td.TdClassName
{
border-color: #A35ACB;
}
.TagClassName
{
border-color: #A35ACB;
}
</style>