Shades of Deep Lilac #A550CB
Tints of Deep Lilac #A550CB
RGB
CMYK
RGB Variations
Color information
#A550CB (or 0xA550CB) is known color: Deep Lilac. HEX triplet: A5, 50 and CB. RGB value is (165,80,203). Sum of RGB (Red+Green+Blue) = 165+80+203=448 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.83% from 448); Green value is 80 (31.64% from 255 or 17.86% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 203 - color contains mainly: blue. Hex color #A550CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A550CB is #5AAF34. Grayscale: #777777. Windows color (decimal): -5943093 or 13324453. OLE color: 13324453.
HSL color Cylindrical-coordinate representation of color #A550CB: hue angle of 281.46º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A550CB is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 80 | 203 | - |
| CMYK | 0.19 | 0.61 | 0 | 0.20 |
| HSL | 281.46º | 0.54% | 0.55% | - |
| HSV(B) | 281.46º | 0.61% | 0.8% | - |
| XYZ | 29.17 | 18.05 | 58.45 | - |
| YUV | 119.44 | 175.16 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 80 | 203 | 0.19 | 0.61 | 0 | 0.20 | 281.46 | 0.54 | 0.55 |
| Hex | A5 | 50 | CB | 13 | 3D | 0 | 14 | 119 | 36 | 37 |
| Octal | 245 | 120 | 313 | 23 | 75 | 0 | 24 | 431 | 66 | 67 |
| Binary | 10100101 | 1010000 | 11001011 | 10011 | 111101 | 0 | 10100 | 100011001 | 110110 | 110111 |
Color Harmonies of #A550CB
Complementary color
Monochromatic Colors of #A550CB
Black with #A550CB
Text Example
Text Example
White with #A550CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A550CB; }
p { color: rgb(165,80,203); }
H1.HeaderClassName
{
color: #A550CB;
}
.AnyTagClassName
{
color: #A550CB;
}
</style>
background-color css
<style>
a { background-color: #A550CB; }
a { background-color: rgb(165,80,203); }
div.DivClassName
{
background-color: #A550CB;
}
.BgClassName
{
background-color: #A550CB;
}
</style>
border-color css
<style>
span { border-color: #A550CB; }
span { border-color: rgb(165,80,203); }
td.TdClassName
{
border-color: #A550CB;
}
.TagClassName
{
border-color: #A550CB;
}
</style>