Shades of Deep Lilac #A359CB
Tints of Deep Lilac #A359CB
RGB
CMYK
RGB Variations
Color information
#A359CB (or 0xA359CB) is known color: Deep Lilac. HEX triplet: A3, 59 and CB. RGB value is (163,89,203). Sum of RGB (Red+Green+Blue) = 163+89+203=455 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.82% from 455); Green value is 89 (35.16% from 255 or 19.56% from 455); Blue value is 203 (79.69% from 255 or 44.62% from 455); Max value from RGB is 203 - color contains mainly: blue. Hex color #A359CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A359CB is #5CA634. Grayscale: #7B7B7B. Windows color (decimal): -6071861 or 13326755. OLE color: 13326755.
HSL color Cylindrical-coordinate representation of color #A359CB: hue angle of 278.95º 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 #A359CB is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 89 | 203 | - |
| CMYK | 0.20 | 0.56 | 0 | 0.20 |
| HSL | 278.95º | 0.52% | 0.57% | - |
| HSV(B) | 278.95º | 0.56% | 0.8% | - |
| XYZ | 29.46 | 19.24 | 58.66 | - |
| YUV | 124.12 | 172.52 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 89 | 203 | 0.20 | 0.56 | 0 | 0.20 | 278.95 | 0.52 | 0.57 |
| Hex | A3 | 59 | CB | 14 | 38 | 0 | 14 | 117 | 34 | 39 |
| Octal | 243 | 131 | 313 | 24 | 70 | 0 | 24 | 427 | 64 | 71 |
| Binary | 10100011 | 1011001 | 11001011 | 10100 | 111000 | 0 | 10100 | 100010111 | 110100 | 111001 |
Color Harmonies of #A359CB
Complementary color
Monochromatic Colors of #A359CB
Black with #A359CB
Text Example
Text Example
White with #A359CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A359CB; }
p { color: rgb(163,89,203); }
H1.HeaderClassName
{
color: #A359CB;
}
.AnyTagClassName
{
color: #A359CB;
}
</style>
background-color css
<style>
a { background-color: #A359CB; }
a { background-color: rgb(163,89,203); }
div.DivClassName
{
background-color: #A359CB;
}
.BgClassName
{
background-color: #A359CB;
}
</style>
border-color css
<style>
span { border-color: #A359CB; }
span { border-color: rgb(163,89,203); }
td.TdClassName
{
border-color: #A359CB;
}
.TagClassName
{
border-color: #A359CB;
}
</style>