Shades of Deep Lilac #A35CC9
Tints of Deep Lilac #A35CC9
RGB
CMYK
RGB Variations
Color information
#A35CC9 (or 0xA35CC9) is known color: Deep Lilac. HEX triplet: A3, 5C and C9. RGB value is (163,92,201). Sum of RGB (Red+Green+Blue) = 163+92+201=456 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.75% from 456); Green value is 92 (36.33% from 255 or 20.18% from 456); Blue value is 201 (78.91% from 255 or 44.08% from 456); Max value from RGB is 201 - color contains mainly: blue. Hex color #A35CC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35CC9 is #5CA336. Grayscale: #7D7D7D. Windows color (decimal): -6071095 or 13196451. OLE color: 13196451.
HSL color Cylindrical-coordinate representation of color #A35CC9: hue angle of 279.08º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A35CC9 is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 92 | 201 | - |
| CMYK | 0.19 | 0.54 | 0 | 0.21 |
| HSL | 279.08º | 0.5% | 0.57% | - |
| HSV(B) | 279.08º | 0.54% | 0.79% | - |
| XYZ | 29.47 | 19.66 | 57.5 | - |
| YUV | 125.66 | 170.52 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 92 | 201 | 0.19 | 0.54 | 0 | 0.21 | 279.08 | 0.5 | 0.57 |
| Hex | A3 | 5C | C9 | 13 | 36 | 0 | 15 | 117 | 32 | 39 |
| Octal | 243 | 134 | 311 | 23 | 66 | 0 | 25 | 427 | 62 | 71 |
| Binary | 10100011 | 1011100 | 11001001 | 10011 | 110110 | 0 | 10101 | 100010111 | 110010 | 111001 |
Color Harmonies of #A35CC9
Complementary color
Monochromatic Colors of #A35CC9
Black with #A35CC9
Text Example
Text Example
White with #A35CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35CC9; }
p { color: rgb(163,92,201); }
H1.HeaderClassName
{
color: #A35CC9;
}
.AnyTagClassName
{
color: #A35CC9;
}
</style>
background-color css
<style>
a { background-color: #A35CC9; }
a { background-color: rgb(163,92,201); }
div.DivClassName
{
background-color: #A35CC9;
}
.BgClassName
{
background-color: #A35CC9;
}
</style>
border-color css
<style>
span { border-color: #A35CC9; }
span { border-color: rgb(163,92,201); }
td.TdClassName
{
border-color: #A35CC9;
}
.TagClassName
{
border-color: #A35CC9;
}
</style>