Shades of Deep Lilac #A148AF
Tints of Deep Lilac #A148AF
RGB
CMYK
RGB Variations
Color information
#A148AF (or 0xA148AF) is known color: Deep Lilac. HEX triplet: A1, 48 and AF. RGB value is (161,72,175). Sum of RGB (Red+Green+Blue) = 161+72+175=408 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.46% from 408); Green value is 72 (28.52% from 255 or 17.65% from 408); Blue value is 175 (68.75% from 255 or 42.89% from 408); Max value from RGB is 175 - color contains mainly: blue. Hex color #A148AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A148AF is #5EB750. Grayscale: #6E6E6E. Windows color (decimal): -6207313 or 11487393. OLE color: 11487393.
HSL color Cylindrical-coordinate representation of color #A148AF: hue angle of 291.84º 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 #A148AF is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 72 | 175 | - |
| CMYK | 0.08 | 0.59 | 0 | 0.31 |
| HSL | 291.84º | 0.42% | 0.48% | - |
| HSV(B) | 291.84º | 0.59% | 0.69% | - |
| XYZ | 24.75 | 15.31 | 42.21 | - |
| YUV | 110.35 | 164.49 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 72 | 175 | 0.08 | 0.59 | 0 | 0.31 | 291.84 | 0.42 | 0.48 |
| Hex | A1 | 48 | AF | 8 | 3B | 0 | 1F | 124 | 2A | 30 |
| Octal | 241 | 110 | 257 | 10 | 73 | 0 | 37 | 444 | 52 | 60 |
| Binary | 10100001 | 1001000 | 10101111 | 1000 | 111011 | 0 | 11111 | 100100100 | 101010 | 110000 |
Color Harmonies of #A148AF
Complementary color
Monochromatic Colors of #A148AF
Black with #A148AF
Text Example
Text Example
White with #A148AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A148AF; }
p { color: rgb(161,72,175); }
H1.HeaderClassName
{
color: #A148AF;
}
.AnyTagClassName
{
color: #A148AF;
}
</style>
background-color css
<style>
a { background-color: #A148AF; }
a { background-color: rgb(161,72,175); }
div.DivClassName
{
background-color: #A148AF;
}
.BgClassName
{
background-color: #A148AF;
}
</style>
border-color css
<style>
span { border-color: #A148AF; }
span { border-color: rgb(161,72,175); }
td.TdClassName
{
border-color: #A148AF;
}
.TagClassName
{
border-color: #A148AF;
}
</style>