Shades of Deep Lilac #A548C8
Tints of Deep Lilac #A548C8
RGB
CMYK
RGB Variations
Color information
#A548C8 (or 0xA548C8) is known color: Deep Lilac. HEX triplet: A5, 48 and C8. RGB value is (165,72,200). Sum of RGB (Red+Green+Blue) = 165+72+200=437 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.76% from 437); Green value is 72 (28.52% from 255 or 16.48% from 437); Blue value is 200 (78.52% from 255 or 45.77% from 437); Max value from RGB is 200 - color contains mainly: blue. Hex color #A548C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A548C8 is #5AB737. Grayscale: #717171. Windows color (decimal): -5945144 or 13125797. OLE color: 13125797.
HSL color Cylindrical-coordinate representation of color #A548C8: hue angle of 283.59º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A548C8 is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 165 | 72 | 200 | - |
| CMYK | 0.18 | 0.64 | 0 | 0.22 |
| HSL | 283.59º | 0.54% | 0.53% | - |
| HSV(B) | 283.59º | 0.64% | 0.78% | - |
| XYZ | 28.26 | 16.8 | 56.4 | - |
| YUV | 114.4 | 176.31 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 72 | 200 | 0.18 | 0.64 | 0 | 0.22 | 283.59 | 0.54 | 0.53 |
| Hex | A5 | 48 | C8 | 12 | 40 | 0 | 16 | 11C | 36 | 35 |
| Octal | 245 | 110 | 310 | 22 | 100 | 0 | 26 | 434 | 66 | 65 |
| Binary | 10100101 | 1001000 | 11001000 | 10010 | 1000000 | 0 | 10110 | 100011100 | 110110 | 110101 |
Color Harmonies of #A548C8
Complementary color
Monochromatic Colors of #A548C8
Black with #A548C8
Text Example
Text Example
White with #A548C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A548C8; }
p { color: rgb(165,72,200); }
H1.HeaderClassName
{
color: #A548C8;
}
.AnyTagClassName
{
color: #A548C8;
}
</style>
background-color css
<style>
a { background-color: #A548C8; }
a { background-color: rgb(165,72,200); }
div.DivClassName
{
background-color: #A548C8;
}
.BgClassName
{
background-color: #A548C8;
}
</style>
border-color css
<style>
span { border-color: #A548C8; }
span { border-color: rgb(165,72,200); }
td.TdClassName
{
border-color: #A548C8;
}
.TagClassName
{
border-color: #A548C8;
}
</style>