Shades of Deep Lilac #A550C1
Tints of Deep Lilac #A550C1
RGB
CMYK
RGB Variations
Color information
#A550C1 (or 0xA550C1) is known color: Deep Lilac. HEX triplet: A5, 50 and C1. RGB value is (165,80,193). Sum of RGB (Red+Green+Blue) = 165+80+193=438 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.67% from 438); Green value is 80 (31.64% from 255 or 18.26% from 438); Blue value is 193 (75.78% from 255 or 44.06% from 438); Max value from RGB is 193 - color contains mainly: blue. Hex color #A550C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A550C1 is #5AAF3E. Grayscale: #757575. Windows color (decimal): -5943103 or 12669093. OLE color: 12669093.
HSL color Cylindrical-coordinate representation of color #A550C1: hue angle of 285.13º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A550C1 is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 165 | 80 | 193 | - |
| CMYK | 0.15 | 0.59 | 0 | 0.24 |
| HSL | 285.13º | 0.48% | 0.54% | - |
| HSV(B) | 285.13º | 0.59% | 0.76% | - |
| XYZ | 28.01 | 17.59 | 52.37 | - |
| YUV | 118.3 | 170.16 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 80 | 193 | 0.15 | 0.59 | 0 | 0.24 | 285.13 | 0.48 | 0.54 |
| Hex | A5 | 50 | C1 | F | 3B | 0 | 18 | 11D | 30 | 36 |
| Octal | 245 | 120 | 301 | 17 | 73 | 0 | 30 | 435 | 60 | 66 |
| Binary | 10100101 | 1010000 | 11000001 | 1111 | 111011 | 0 | 11000 | 100011101 | 110000 | 110110 |
Color Harmonies of #A550C1
Complementary color
Monochromatic Colors of #A550C1
Black with #A550C1
Text Example
Text Example
White with #A550C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A550C1; }
p { color: rgb(165,80,193); }
H1.HeaderClassName
{
color: #A550C1;
}
.AnyTagClassName
{
color: #A550C1;
}
</style>
background-color css
<style>
a { background-color: #A550C1; }
a { background-color: rgb(165,80,193); }
div.DivClassName
{
background-color: #A550C1;
}
.BgClassName
{
background-color: #A550C1;
}
</style>
border-color css
<style>
span { border-color: #A550C1; }
span { border-color: rgb(165,80,193); }
td.TdClassName
{
border-color: #A550C1;
}
.TagClassName
{
border-color: #A550C1;
}
</style>