Shades of Deep Lilac #A350CA
Tints of Deep Lilac #A350CA
RGB
CMYK
RGB Variations
Color information
#A350CA (or 0xA350CA) is known color: Deep Lilac. HEX triplet: A3, 50 and CA. RGB value is (163,80,202). Sum of RGB (Red+Green+Blue) = 163+80+202=445 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.63% from 445); Green value is 80 (31.64% from 255 or 17.98% from 445); Blue value is 202 (79.30% from 255 or 45.39% from 445); Max value from RGB is 202 - color contains mainly: blue. Hex color #A350CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A350CA is #5CAF35. Grayscale: #767676. Windows color (decimal): -6074166 or 13258915. OLE color: 13258915.
HSL color Cylindrical-coordinate representation of color #A350CA: hue angle of 280.82º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A350CA is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 80 | 202 | - |
| CMYK | 0.19 | 0.60 | 0 | 0.21 |
| HSL | 280.82º | 0.54% | 0.55% | - |
| HSV(B) | 280.82º | 0.6% | 0.79% | - |
| XYZ | 28.63 | 17.79 | 57.8 | - |
| YUV | 118.73 | 175 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 80 | 202 | 0.19 | 0.60 | 0 | 0.21 | 280.82 | 0.54 | 0.55 |
| Hex | A3 | 50 | CA | 13 | 3C | 0 | 15 | 119 | 36 | 37 |
| Octal | 243 | 120 | 312 | 23 | 74 | 0 | 25 | 431 | 66 | 67 |
| Binary | 10100011 | 1010000 | 11001010 | 10011 | 111100 | 0 | 10101 | 100011001 | 110110 | 110111 |
Color Harmonies of #A350CA
Complementary color
Monochromatic Colors of #A350CA
Black with #A350CA
Text Example
Text Example
White with #A350CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A350CA; }
p { color: rgb(163,80,202); }
H1.HeaderClassName
{
color: #A350CA;
}
.AnyTagClassName
{
color: #A350CA;
}
</style>
background-color css
<style>
a { background-color: #A350CA; }
a { background-color: rgb(163,80,202); }
div.DivClassName
{
background-color: #A350CA;
}
.BgClassName
{
background-color: #A350CA;
}
</style>
border-color css
<style>
span { border-color: #A350CA; }
span { border-color: rgb(163,80,202); }
td.TdClassName
{
border-color: #A350CA;
}
.TagClassName
{
border-color: #A350CA;
}
</style>