Shades of Deep Lilac #A354CA
Tints of Deep Lilac #A354CA
RGB
CMYK
RGB Variations
Color information
#A354CA (or 0xA354CA) is known color: Deep Lilac. HEX triplet: A3, 54 and CA. RGB value is (163,84,202). Sum of RGB (Red+Green+Blue) = 163+84+202=449 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.30% from 449); Green value is 84 (33.20% from 255 or 18.71% from 449); Blue value is 202 (79.30% from 255 or 44.99% from 449); Max value from RGB is 202 - color contains mainly: blue. Hex color #A354CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A354CA is #5CAB35. Grayscale: #787878. Windows color (decimal): -6073142 or 13259939. OLE color: 13259939.
HSL color Cylindrical-coordinate representation of color #A354CA: hue angle of 280.17º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A354CA is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 84 | 202 | - |
| CMYK | 0.19 | 0.58 | 0 | 0.21 |
| HSL | 280.17º | 0.53% | 0.56% | - |
| HSV(B) | 280.17º | 0.58% | 0.79% | - |
| XYZ | 28.94 | 18.39 | 57.9 | - |
| YUV | 121.07 | 173.67 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 84 | 202 | 0.19 | 0.58 | 0 | 0.21 | 280.17 | 0.53 | 0.56 |
| Hex | A3 | 54 | CA | 13 | 3A | 0 | 15 | 118 | 35 | 38 |
| Octal | 243 | 124 | 312 | 23 | 72 | 0 | 25 | 430 | 65 | 70 |
| Binary | 10100011 | 1010100 | 11001010 | 10011 | 111010 | 0 | 10101 | 100011000 | 110101 | 111000 |
Color Harmonies of #A354CA
Complementary color
Monochromatic Colors of #A354CA
Black with #A354CA
Text Example
Text Example
White with #A354CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A354CA; }
p { color: rgb(163,84,202); }
H1.HeaderClassName
{
color: #A354CA;
}
.AnyTagClassName
{
color: #A354CA;
}
</style>
background-color css
<style>
a { background-color: #A354CA; }
a { background-color: rgb(163,84,202); }
div.DivClassName
{
background-color: #A354CA;
}
.BgClassName
{
background-color: #A354CA;
}
</style>
border-color css
<style>
span { border-color: #A354CA; }
span { border-color: rgb(163,84,202); }
td.TdClassName
{
border-color: #A354CA;
}
.TagClassName
{
border-color: #A354CA;
}
</style>