Shades of Deep Lilac #A551CC
Tints of Deep Lilac #A551CC
RGB
CMYK
RGB Variations
Color information
#A551CC (or 0xA551CC) is known color: Deep Lilac. HEX triplet: A5, 51 and CC. RGB value is (165,81,204). Sum of RGB (Red+Green+Blue) = 165+81+204=450 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.67% from 450); Green value is 81 (32.03% from 255 or 18% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 204 - color contains mainly: blue. Hex color #A551CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A551CC is #5AAE33. Grayscale: #777777. Windows color (decimal): -5942836 or 13390245. OLE color: 13390245.
HSL color Cylindrical-coordinate representation of color #A551CC: hue angle of 280.98º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A551CC is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 165 | 81 | 204 | - |
| CMYK | 0.19 | 0.60 | 0 | 0.2 |
| HSL | 280.98º | 0.55% | 0.56% | - |
| HSV(B) | 280.98º | 0.6% | 0.8% | - |
| XYZ | 29.36 | 18.24 | 59.1 | - |
| YUV | 120.14 | 175.33 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 81 | 204 | 0.19 | 0.60 | 0 | 0.2 | 280.98 | 0.55 | 0.56 |
| Hex | A5 | 51 | CC | 13 | 3C | 0 | 14 | 119 | 37 | 38 |
| Octal | 245 | 121 | 314 | 23 | 74 | 0 | 24 | 431 | 67 | 70 |
| Binary | 10100101 | 1010001 | 11001100 | 10011 | 111100 | 0 | 10100 | 100011001 | 110111 | 111000 |
Color Harmonies of #A551CC
Complementary color
Monochromatic Colors of #A551CC
Black with #A551CC
Text Example
Text Example
White with #A551CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A551CC; }
p { color: rgb(165,81,204); }
H1.HeaderClassName
{
color: #A551CC;
}
.AnyTagClassName
{
color: #A551CC;
}
</style>
background-color css
<style>
a { background-color: #A551CC; }
a { background-color: rgb(165,81,204); }
div.DivClassName
{
background-color: #A551CC;
}
.BgClassName
{
background-color: #A551CC;
}
</style>
border-color css
<style>
span { border-color: #A551CC; }
span { border-color: rgb(165,81,204); }
td.TdClassName
{
border-color: #A551CC;
}
.TagClassName
{
border-color: #A551CC;
}
</style>