Shades of Deep Lilac #A554CA
Tints of Deep Lilac #A554CA
RGB
CMYK
RGB Variations
Color information
#A554CA (or 0xA554CA) is known color: Deep Lilac. HEX triplet: A5, 54 and CA. RGB value is (165,84,202). Sum of RGB (Red+Green+Blue) = 165+84+202=451 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.59% from 451); Green value is 84 (33.20% from 255 or 18.63% from 451); Blue value is 202 (79.30% from 255 or 44.79% from 451); Max value from RGB is 202 - color contains mainly: blue. Hex color #A554CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A554CA is #5AAB35. Grayscale: #797979. Windows color (decimal): -5942070 or 13259941. OLE color: 13259941.
HSL color Cylindrical-coordinate representation of color #A554CA: hue angle of 281.19º 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 #A554CA is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 165 | 84 | 202 | - |
| CMYK | 0.18 | 0.58 | 0 | 0.21 |
| HSL | 281.19º | 0.53% | 0.56% | - |
| HSV(B) | 281.19º | 0.58% | 0.79% | - |
| XYZ | 29.35 | 18.6 | 57.92 | - |
| YUV | 121.67 | 173.34 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 84 | 202 | 0.18 | 0.58 | 0 | 0.21 | 281.19 | 0.53 | 0.56 |
| Hex | A5 | 54 | CA | 12 | 3A | 0 | 15 | 119 | 35 | 38 |
| Octal | 245 | 124 | 312 | 22 | 72 | 0 | 25 | 431 | 65 | 70 |
| Binary | 10100101 | 1010100 | 11001010 | 10010 | 111010 | 0 | 10101 | 100011001 | 110101 | 111000 |
Color Harmonies of #A554CA
Complementary color
Monochromatic Colors of #A554CA
Black with #A554CA
Text Example
Text Example
White with #A554CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A554CA; }
p { color: rgb(165,84,202); }
H1.HeaderClassName
{
color: #A554CA;
}
.AnyTagClassName
{
color: #A554CA;
}
</style>
background-color css
<style>
a { background-color: #A554CA; }
a { background-color: rgb(165,84,202); }
div.DivClassName
{
background-color: #A554CA;
}
.BgClassName
{
background-color: #A554CA;
}
</style>
border-color css
<style>
span { border-color: #A554CA; }
span { border-color: rgb(165,84,202); }
td.TdClassName
{
border-color: #A554CA;
}
.TagClassName
{
border-color: #A554CA;
}
</style>