Shades of Deep Lilac #A554CB
Tints of Deep Lilac #A554CB
RGB
CMYK
RGB Variations
Color information
#A554CB (or 0xA554CB) is known color: Deep Lilac. HEX triplet: A5, 54 and CB. RGB value is (165,84,203). Sum of RGB (Red+Green+Blue) = 165+84+203=452 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.50% from 452); Green value is 84 (33.20% from 255 or 18.58% from 452); Blue value is 203 (79.69% from 255 or 44.91% from 452); Max value from RGB is 203 - color contains mainly: blue. Hex color #A554CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A554CB is #5AAB34. Grayscale: #797979. Windows color (decimal): -5942069 or 13325477. OLE color: 13325477.
HSL color Cylindrical-coordinate representation of color #A554CB: hue angle of 280.84º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A554CB is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 84 | 203 | - |
| CMYK | 0.19 | 0.59 | 0 | 0.20 |
| HSL | 280.84º | 0.53% | 0.56% | - |
| HSV(B) | 280.84º | 0.59% | 0.8% | - |
| XYZ | 29.47 | 18.65 | 58.55 | - |
| YUV | 121.79 | 173.84 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 84 | 203 | 0.19 | 0.59 | 0 | 0.20 | 280.84 | 0.53 | 0.56 |
| Hex | A5 | 54 | CB | 13 | 3B | 0 | 14 | 119 | 35 | 38 |
| Octal | 245 | 124 | 313 | 23 | 73 | 0 | 24 | 431 | 65 | 70 |
| Binary | 10100101 | 1010100 | 11001011 | 10011 | 111011 | 0 | 10100 | 100011001 | 110101 | 111000 |
Color Harmonies of #A554CB
Complementary color
Monochromatic Colors of #A554CB
Black with #A554CB
Text Example
Text Example
White with #A554CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A554CB; }
p { color: rgb(165,84,203); }
H1.HeaderClassName
{
color: #A554CB;
}
.AnyTagClassName
{
color: #A554CB;
}
</style>
background-color css
<style>
a { background-color: #A554CB; }
a { background-color: rgb(165,84,203); }
div.DivClassName
{
background-color: #A554CB;
}
.BgClassName
{
background-color: #A554CB;
}
</style>
border-color css
<style>
span { border-color: #A554CB; }
span { border-color: rgb(165,84,203); }
td.TdClassName
{
border-color: #A554CB;
}
.TagClassName
{
border-color: #A554CB;
}
</style>