Shades of Deep Lilac #A548AF
Tints of Deep Lilac #A548AF
RGB
CMYK
RGB Variations
Color information
#A548AF (or 0xA548AF) is known color: Deep Lilac. HEX triplet: A5, 48 and AF. RGB value is (165,72,175). Sum of RGB (Red+Green+Blue) = 165+72+175=412 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.05% from 412); Green value is 72 (28.52% from 255 or 17.48% from 412); Blue value is 175 (68.75% from 255 or 42.48% from 412); Max value from RGB is 175 - color contains mainly: blue. Hex color #A548AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A548AF is #5AB750. Grayscale: #6F6F6F. Windows color (decimal): -5945169 or 11487397. OLE color: 11487397.
HSL color Cylindrical-coordinate representation of color #A548AF: hue angle of 294.17º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A548AF is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 72 | 175 | - |
| CMYK | 0.06 | 0.59 | 0 | 0.31 |
| HSL | 294.17º | 0.42% | 0.48% | - |
| HSV(B) | 294.17º | 0.59% | 0.69% | - |
| XYZ | 25.57 | 15.73 | 42.25 | - |
| YUV | 111.55 | 163.81 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 72 | 175 | 0.06 | 0.59 | 0 | 0.31 | 294.17 | 0.42 | 0.48 |
| Hex | A5 | 48 | AF | 6 | 3B | 0 | 1F | 126 | 2A | 30 |
| Octal | 245 | 110 | 257 | 6 | 73 | 0 | 37 | 446 | 52 | 60 |
| Binary | 10100101 | 1001000 | 10101111 | 110 | 111011 | 0 | 11111 | 100100110 | 101010 | 110000 |
Color Harmonies of #A548AF
Complementary color
Monochromatic Colors of #A548AF
Black with #A548AF
Text Example
Text Example
White with #A548AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A548AF; }
p { color: rgb(165,72,175); }
H1.HeaderClassName
{
color: #A548AF;
}
.AnyTagClassName
{
color: #A548AF;
}
</style>
background-color css
<style>
a { background-color: #A548AF; }
a { background-color: rgb(165,72,175); }
div.DivClassName
{
background-color: #A548AF;
}
.BgClassName
{
background-color: #A548AF;
}
</style>
border-color css
<style>
span { border-color: #A548AF; }
span { border-color: rgb(165,72,175); }
td.TdClassName
{
border-color: #A548AF;
}
.TagClassName
{
border-color: #A548AF;
}
</style>