Shades of Deep Lilac #A548BE
Tints of Deep Lilac #A548BE
RGB
CMYK
RGB Variations
Color information
#A548BE (or 0xA548BE) is known color: Deep Lilac. HEX triplet: A5, 48 and BE. RGB value is (165,72,190). Sum of RGB (Red+Green+Blue) = 165+72+190=427 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.64% from 427); Green value is 72 (28.52% from 255 or 16.86% from 427); Blue value is 190 (74.61% from 255 or 44.50% from 427); Max value from RGB is 190 - color contains mainly: blue. Hex color #A548BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A548BE is #5AB741. Grayscale: #707070. Windows color (decimal): -5945154 or 12470437. OLE color: 12470437.
HSL color Cylindrical-coordinate representation of color #A548BE: hue angle of 287.29º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A548BE is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 72 | 190 | - |
| CMYK | 0.13 | 0.62 | 0 | 0.25 |
| HSL | 287.29º | 0.48% | 0.51% | - |
| HSV(B) | 287.29º | 0.62% | 0.75% | - |
| XYZ | 27.13 | 16.35 | 50.44 | - |
| YUV | 113.26 | 171.31 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 72 | 190 | 0.13 | 0.62 | 0 | 0.25 | 287.29 | 0.48 | 0.51 |
| Hex | A5 | 48 | BE | D | 3E | 0 | 19 | 11F | 30 | 33 |
| Octal | 245 | 110 | 276 | 15 | 76 | 0 | 31 | 437 | 60 | 63 |
| Binary | 10100101 | 1001000 | 10111110 | 1101 | 111110 | 0 | 11001 | 100011111 | 110000 | 110011 |
Color Harmonies of #A548BE
Complementary color
Monochromatic Colors of #A548BE
Black with #A548BE
Text Example
Text Example
White with #A548BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A548BE; }
p { color: rgb(165,72,190); }
H1.HeaderClassName
{
color: #A548BE;
}
.AnyTagClassName
{
color: #A548BE;
}
</style>
background-color css
<style>
a { background-color: #A548BE; }
a { background-color: rgb(165,72,190); }
div.DivClassName
{
background-color: #A548BE;
}
.BgClassName
{
background-color: #A548BE;
}
</style>
border-color css
<style>
span { border-color: #A548BE; }
span { border-color: rgb(165,72,190); }
td.TdClassName
{
border-color: #A548BE;
}
.TagClassName
{
border-color: #A548BE;
}
</style>