Shades of Deep Lilac #A548B4
Tints of Deep Lilac #A548B4
RGB
CMYK
RGB Variations
Color information
#A548B4 (or 0xA548B4) is known color: Deep Lilac. HEX triplet: A5, 48 and B4. RGB value is (165,72,180). Sum of RGB (Red+Green+Blue) = 165+72+180=417 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.57% from 417); Green value is 72 (28.52% from 255 or 17.27% from 417); Blue value is 180 (70.70% from 255 or 43.17% from 417); Max value from RGB is 180 - color contains mainly: blue. Hex color #A548B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A548B4 is #5AB74B. Grayscale: #6F6F6F. Windows color (decimal): -5945164 or 11815077. OLE color: 11815077.
HSL color Cylindrical-coordinate representation of color #A548B4: hue angle of 291.67º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A548B4 is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 165 | 72 | 180 | - |
| CMYK | 0.08 | 0.60 | 0 | 0.29 |
| HSL | 291.67º | 0.43% | 0.49% | - |
| HSV(B) | 291.67º | 0.6% | 0.71% | - |
| XYZ | 26.07 | 15.93 | 44.88 | - |
| YUV | 112.12 | 166.31 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 72 | 180 | 0.08 | 0.60 | 0 | 0.29 | 291.67 | 0.43 | 0.49 |
| Hex | A5 | 48 | B4 | 8 | 3C | 0 | 1D | 124 | 2B | 31 |
| Octal | 245 | 110 | 264 | 10 | 74 | 0 | 35 | 444 | 53 | 61 |
| Binary | 10100101 | 1001000 | 10110100 | 1000 | 111100 | 0 | 11101 | 100100100 | 101011 | 110001 |
Color Harmonies of #A548B4
Complementary color
Monochromatic Colors of #A548B4
Black with #A548B4
Text Example
Text Example
White with #A548B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A548B4; }
p { color: rgb(165,72,180); }
H1.HeaderClassName
{
color: #A548B4;
}
.AnyTagClassName
{
color: #A548B4;
}
</style>
background-color css
<style>
a { background-color: #A548B4; }
a { background-color: rgb(165,72,180); }
div.DivClassName
{
background-color: #A548B4;
}
.BgClassName
{
background-color: #A548B4;
}
</style>
border-color css
<style>
span { border-color: #A548B4; }
span { border-color: rgb(165,72,180); }
td.TdClassName
{
border-color: #A548B4;
}
.TagClassName
{
border-color: #A548B4;
}
</style>