Shades of Deep Lilac #A550B4
Tints of Deep Lilac #A550B4
RGB
CMYK
RGB Variations
Color information
#A550B4 (or 0xA550B4) is known color: Deep Lilac. HEX triplet: A5, 50 and B4. RGB value is (165,80,180). Sum of RGB (Red+Green+Blue) = 165+80+180=425 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.82% from 425); Green value is 80 (31.64% from 255 or 18.82% from 425); Blue value is 180 (70.70% from 255 or 42.35% from 425); Max value from RGB is 180 - color contains mainly: blue. Hex color #A550B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A550B4 is #5AAF4B. Grayscale: #747474. Windows color (decimal): -5943116 or 11817125. OLE color: 11817125.
HSL color Cylindrical-coordinate representation of color #A550B4: hue angle of 291º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A550B4 is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 165 | 80 | 180 | - |
| CMYK | 0.08 | 0.56 | 0 | 0.29 |
| HSL | 291º | 0.4% | 0.51% | - |
| HSV(B) | 291º | 0.56% | 0.71% | - |
| XYZ | 26.62 | 17.03 | 45.06 | - |
| YUV | 116.82 | 163.66 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 80 | 180 | 0.08 | 0.56 | 0 | 0.29 | 291 | 0.4 | 0.51 |
| Hex | A5 | 50 | B4 | 8 | 38 | 0 | 1D | 123 | 28 | 33 |
| Octal | 245 | 120 | 264 | 10 | 70 | 0 | 35 | 443 | 50 | 63 |
| Binary | 10100101 | 1010000 | 10110100 | 1000 | 111000 | 0 | 11101 | 100100011 | 101000 | 110011 |
Color Harmonies of #A550B4
Complementary color
Monochromatic Colors of #A550B4
Black with #A550B4
Text Example
Text Example
White with #A550B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A550B4; }
p { color: rgb(165,80,180); }
H1.HeaderClassName
{
color: #A550B4;
}
.AnyTagClassName
{
color: #A550B4;
}
</style>
background-color css
<style>
a { background-color: #A550B4; }
a { background-color: rgb(165,80,180); }
div.DivClassName
{
background-color: #A550B4;
}
.BgClassName
{
background-color: #A550B4;
}
</style>
border-color css
<style>
span { border-color: #A550B4; }
span { border-color: rgb(165,80,180); }
td.TdClassName
{
border-color: #A550B4;
}
.TagClassName
{
border-color: #A550B4;
}
</style>