Shades of Deep Lilac #A547C4
Tints of Deep Lilac #A547C4
RGB
CMYK
RGB Variations
Color information
#A547C4 (or 0xA547C4) is known color: Deep Lilac. HEX triplet: A5, 47 and C4. RGB value is (165,71,196). Sum of RGB (Red+Green+Blue) = 165+71+196=432 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.19% from 432); Green value is 71 (28.12% from 255 or 16.44% from 432); Blue value is 196 (76.95% from 255 or 45.37% from 432); Max value from RGB is 196 - color contains mainly: blue. Hex color #A547C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A547C4 is #5AB83B. Grayscale: #707070. Windows color (decimal): -5945404 or 12863397. OLE color: 12863397.
HSL color Cylindrical-coordinate representation of color #A547C4: hue angle of 285.12º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A547C4 is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 165 | 71 | 196 | - |
| CMYK | 0.16 | 0.64 | 0 | 0.23 |
| HSL | 285.12º | 0.51% | 0.52% | - |
| HSV(B) | 285.12º | 0.64% | 0.77% | - |
| XYZ | 27.73 | 16.49 | 53.95 | - |
| YUV | 113.36 | 174.64 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 71 | 196 | 0.16 | 0.64 | 0 | 0.23 | 285.12 | 0.51 | 0.52 |
| Hex | A5 | 47 | C4 | 10 | 40 | 0 | 17 | 11D | 33 | 34 |
| Octal | 245 | 107 | 304 | 20 | 100 | 0 | 27 | 435 | 63 | 64 |
| Binary | 10100101 | 1000111 | 11000100 | 10000 | 1000000 | 0 | 10111 | 100011101 | 110011 | 110100 |
Color Harmonies of #A547C4
Complementary color
Monochromatic Colors of #A547C4
Black with #A547C4
Text Example
Text Example
White with #A547C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A547C4; }
p { color: rgb(165,71,196); }
H1.HeaderClassName
{
color: #A547C4;
}
.AnyTagClassName
{
color: #A547C4;
}
</style>
background-color css
<style>
a { background-color: #A547C4; }
a { background-color: rgb(165,71,196); }
div.DivClassName
{
background-color: #A547C4;
}
.BgClassName
{
background-color: #A547C4;
}
</style>
border-color css
<style>
span { border-color: #A547C4; }
span { border-color: rgb(165,71,196); }
td.TdClassName
{
border-color: #A547C4;
}
.TagClassName
{
border-color: #A547C4;
}
</style>