Shades of Deep Lilac #A555CA
Tints of Deep Lilac #A555CA
RGB
CMYK
RGB Variations
Color information
#A555CA (or 0xA555CA) is known color: Deep Lilac. HEX triplet: A5, 55 and CA. RGB value is (165,85,202). Sum of RGB (Red+Green+Blue) = 165+85+202=452 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.50% from 452); Green value is 85 (33.59% from 255 or 18.81% from 452); Blue value is 202 (79.30% from 255 or 44.69% from 452); Max value from RGB is 202 - color contains mainly: blue. Hex color #A555CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A555CA is #5AAA35. Grayscale: #797979. Windows color (decimal): -5941814 or 13260197. OLE color: 13260197.
HSL color Cylindrical-coordinate representation of color #A555CA: hue angle of 281.03º degrees, saturation: 0.52, 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 #A555CA is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 165 | 85 | 202 | - |
| CMYK | 0.18 | 0.58 | 0 | 0.21 |
| HSL | 281.03º | 0.52% | 0.56% | - |
| HSV(B) | 281.03º | 0.58% | 0.79% | - |
| XYZ | 29.43 | 18.76 | 57.95 | - |
| YUV | 122.26 | 173 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 85 | 202 | 0.18 | 0.58 | 0 | 0.21 | 281.03 | 0.52 | 0.56 |
| Hex | A5 | 55 | CA | 12 | 3A | 0 | 15 | 119 | 34 | 38 |
| Octal | 245 | 125 | 312 | 22 | 72 | 0 | 25 | 431 | 64 | 70 |
| Binary | 10100101 | 1010101 | 11001010 | 10010 | 111010 | 0 | 10101 | 100011001 | 110100 | 111000 |
Color Harmonies of #A555CA
Complementary color
Monochromatic Colors of #A555CA
Black with #A555CA
Text Example
Text Example
White with #A555CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A555CA; }
p { color: rgb(165,85,202); }
H1.HeaderClassName
{
color: #A555CA;
}
.AnyTagClassName
{
color: #A555CA;
}
</style>
background-color css
<style>
a { background-color: #A555CA; }
a { background-color: rgb(165,85,202); }
div.DivClassName
{
background-color: #A555CA;
}
.BgClassName
{
background-color: #A555CA;
}
</style>
border-color css
<style>
span { border-color: #A555CA; }
span { border-color: rgb(165,85,202); }
td.TdClassName
{
border-color: #A555CA;
}
.TagClassName
{
border-color: #A555CA;
}
</style>