Shades of Deep Lilac #A542BA
Tints of Deep Lilac #A542BA
RGB
CMYK
RGB Variations
Color information
#A542BA (or 0xA542BA) is known color: Deep Lilac. HEX triplet: A5, 42 and BA. RGB value is (165,66,186). Sum of RGB (Red+Green+Blue) = 165+66+186=417 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.57% from 417); Green value is 66 (26.17% from 255 or 15.83% from 417); Blue value is 186 (73.05% from 255 or 44.60% from 417); Max value from RGB is 186 - color contains mainly: blue. Hex color #A542BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A542BA is #5ABD45. Grayscale: #6C6C6C. Windows color (decimal): -5946694 or 12206757. OLE color: 12206757.
HSL color Cylindrical-coordinate representation of color #A542BA: hue angle of 289.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A542BA is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 66 | 186 | - |
| CMYK | 0.11 | 0.65 | 0 | 0.27 |
| HSL | 289.5º | 0.48% | 0.49% | - |
| HSV(B) | 289.5º | 0.65% | 0.73% | - |
| XYZ | 26.33 | 15.44 | 48.05 | - |
| YUV | 109.28 | 171.3 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 66 | 186 | 0.11 | 0.65 | 0 | 0.27 | 289.5 | 0.48 | 0.49 |
| Hex | A5 | 42 | BA | B | 41 | 0 | 1B | 122 | 30 | 31 |
| Octal | 245 | 102 | 272 | 13 | 101 | 0 | 33 | 442 | 60 | 61 |
| Binary | 10100101 | 1000010 | 10111010 | 1011 | 1000001 | 0 | 11011 | 100100010 | 110000 | 110001 |
Color Harmonies of #A542BA
Complementary color
Monochromatic Colors of #A542BA
Black with #A542BA
Text Example
Text Example
White with #A542BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A542BA; }
p { color: rgb(165,66,186); }
H1.HeaderClassName
{
color: #A542BA;
}
.AnyTagClassName
{
color: #A542BA;
}
</style>
background-color css
<style>
a { background-color: #A542BA; }
a { background-color: rgb(165,66,186); }
div.DivClassName
{
background-color: #A542BA;
}
.BgClassName
{
background-color: #A542BA;
}
</style>
border-color css
<style>
span { border-color: #A542BA; }
span { border-color: rgb(165,66,186); }
td.TdClassName
{
border-color: #A542BA;
}
.TagClassName
{
border-color: #A542BA;
}
</style>