Shades of Deep Lilac #A548B8
Tints of Deep Lilac #A548B8
RGB
CMYK
RGB Variations
Color information
#A548B8 (or 0xA548B8) is known color: Deep Lilac. HEX triplet: A5, 48 and B8. RGB value is (165,72,184). Sum of RGB (Red+Green+Blue) = 165+72+184=421 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.19% from 421); Green value is 72 (28.52% from 255 or 17.10% from 421); Blue value is 184 (72.27% from 255 or 43.71% from 421); Max value from RGB is 184 - color contains mainly: blue. Hex color #A548B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A548B8 is #5AB747. Grayscale: #707070. Windows color (decimal): -5945160 or 12077221. OLE color: 12077221.
HSL color Cylindrical-coordinate representation of color #A548B8: hue angle of 289.82º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A548B8 is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 165 | 72 | 184 | - |
| CMYK | 0.10 | 0.61 | 0 | 0.28 |
| HSL | 289.82º | 0.44% | 0.5% | - |
| HSV(B) | 289.82º | 0.61% | 0.72% | - |
| XYZ | 26.49 | 16.09 | 47.06 | - |
| YUV | 112.58 | 168.31 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 72 | 184 | 0.10 | 0.61 | 0 | 0.28 | 289.82 | 0.44 | 0.5 |
| Hex | A5 | 48 | B8 | A | 3D | 0 | 1C | 122 | 2C | 32 |
| Octal | 245 | 110 | 270 | 12 | 75 | 0 | 34 | 442 | 54 | 62 |
| Binary | 10100101 | 1001000 | 10111000 | 1010 | 111101 | 0 | 11100 | 100100010 | 101100 | 110010 |
Color Harmonies of #A548B8
Complementary color
Monochromatic Colors of #A548B8
Black with #A548B8
Text Example
Text Example
White with #A548B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A548B8; }
p { color: rgb(165,72,184); }
H1.HeaderClassName
{
color: #A548B8;
}
.AnyTagClassName
{
color: #A548B8;
}
</style>
background-color css
<style>
a { background-color: #A548B8; }
a { background-color: rgb(165,72,184); }
div.DivClassName
{
background-color: #A548B8;
}
.BgClassName
{
background-color: #A548B8;
}
</style>
border-color css
<style>
span { border-color: #A548B8; }
span { border-color: rgb(165,72,184); }
td.TdClassName
{
border-color: #A548B8;
}
.TagClassName
{
border-color: #A548B8;
}
</style>