Shades of Deep Lilac #A359C8
Tints of Deep Lilac #A359C8
RGB
CMYK
RGB Variations
Color information
#A359C8 (or 0xA359C8) is known color: Deep Lilac. HEX triplet: A3, 59 and C8. RGB value is (163,89,200). Sum of RGB (Red+Green+Blue) = 163+89+200=452 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.06% from 452); Green value is 89 (35.16% from 255 or 19.69% from 452); Blue value is 200 (78.52% from 255 or 44.25% from 452); Max value from RGB is 200 - color contains mainly: blue. Hex color #A359C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A359C8 is #5CA637. Grayscale: #7B7B7B. Windows color (decimal): -6071864 or 13130147. OLE color: 13130147.
HSL color Cylindrical-coordinate representation of color #A359C8: hue angle of 280º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A359C8 is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 163 | 89 | 200 | - |
| CMYK | 0.18 | 0.56 | 0 | 0.22 |
| HSL | 280º | 0.5% | 0.57% | - |
| HSV(B) | 280º | 0.56% | 0.78% | - |
| XYZ | 29.1 | 19.1 | 56.8 | - |
| YUV | 123.78 | 171.02 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 89 | 200 | 0.18 | 0.56 | 0 | 0.22 | 280 | 0.5 | 0.57 |
| Hex | A3 | 59 | C8 | 12 | 38 | 0 | 16 | 118 | 32 | 39 |
| Octal | 243 | 131 | 310 | 22 | 70 | 0 | 26 | 430 | 62 | 71 |
| Binary | 10100011 | 1011001 | 11001000 | 10010 | 111000 | 0 | 10110 | 100011000 | 110010 | 111001 |
Color Harmonies of #A359C8
Complementary color
Monochromatic Colors of #A359C8
Black with #A359C8
Text Example
Text Example
White with #A359C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A359C8; }
p { color: rgb(163,89,200); }
H1.HeaderClassName
{
color: #A359C8;
}
.AnyTagClassName
{
color: #A359C8;
}
</style>
background-color css
<style>
a { background-color: #A359C8; }
a { background-color: rgb(163,89,200); }
div.DivClassName
{
background-color: #A359C8;
}
.BgClassName
{
background-color: #A359C8;
}
</style>
border-color css
<style>
span { border-color: #A359C8; }
span { border-color: rgb(163,89,200); }
td.TdClassName
{
border-color: #A359C8;
}
.TagClassName
{
border-color: #A359C8;
}
</style>