Shades of Deep Lilac #A55CBE
Tints of Deep Lilac #A55CBE
RGB
CMYK
RGB Variations
Color information
#A55CBE (or 0xA55CBE) is known color: Deep Lilac. HEX triplet: A5, 5C and BE. RGB value is (165,92,190). Sum of RGB (Red+Green+Blue) = 165+92+190=447 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.91% from 447); Green value is 92 (36.33% from 255 or 20.58% from 447); Blue value is 190 (74.61% from 255 or 42.51% from 447); Max value from RGB is 190 - color contains mainly: blue. Hex color #A55CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55CBE is #5AA341. Grayscale: #7C7C7C. Windows color (decimal): -5940034 or 12475557. OLE color: 12475557.
HSL color Cylindrical-coordinate representation of color #A55CBE: hue angle of 284.69º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A55CBE is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 92 | 190 | - |
| CMYK | 0.13 | 0.52 | 0 | 0.25 |
| HSL | 284.69º | 0.43% | 0.55% | - |
| HSV(B) | 284.69º | 0.52% | 0.75% | - |
| XYZ | 28.64 | 19.37 | 50.94 | - |
| YUV | 125 | 164.68 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 92 | 190 | 0.13 | 0.52 | 0 | 0.25 | 284.69 | 0.43 | 0.55 |
| Hex | A5 | 5C | BE | D | 34 | 0 | 19 | 11D | 2B | 37 |
| Octal | 245 | 134 | 276 | 15 | 64 | 0 | 31 | 435 | 53 | 67 |
| Binary | 10100101 | 1011100 | 10111110 | 1101 | 110100 | 0 | 11001 | 100011101 | 101011 | 110111 |
Color Harmonies of #A55CBE
Complementary color
Monochromatic Colors of #A55CBE
Black with #A55CBE
Text Example
Text Example
White with #A55CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55CBE; }
p { color: rgb(165,92,190); }
H1.HeaderClassName
{
color: #A55CBE;
}
.AnyTagClassName
{
color: #A55CBE;
}
</style>
background-color css
<style>
a { background-color: #A55CBE; }
a { background-color: rgb(165,92,190); }
div.DivClassName
{
background-color: #A55CBE;
}
.BgClassName
{
background-color: #A55CBE;
}
</style>
border-color css
<style>
span { border-color: #A55CBE; }
span { border-color: rgb(165,92,190); }
td.TdClassName
{
border-color: #A55CBE;
}
.TagClassName
{
border-color: #A55CBE;
}
</style>