Shades of Deep Lilac #A54AC3
Tints of Deep Lilac #A54AC3
RGB
CMYK
RGB Variations
Color information
#A54AC3 (or 0xA54AC3) is known color: Deep Lilac. HEX triplet: A5, 4A and C3. RGB value is (165,74,195). Sum of RGB (Red+Green+Blue) = 165+74+195=434 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.02% from 434); Green value is 74 (29.30% from 255 or 17.05% from 434); Blue value is 195 (76.56% from 255 or 44.93% from 434); Max value from RGB is 195 - color contains mainly: blue. Hex color #A54AC3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A54AC3 is #5AB53C. Grayscale: #727272. Windows color (decimal): -5944637 or 12798629. OLE color: 12798629.
HSL color Cylindrical-coordinate representation of color #A54AC3: hue angle of 285.12º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A54AC3 is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 165 | 74 | 195 | - |
| CMYK | 0.15 | 0.62 | 0 | 0.24 |
| HSL | 285.12º | 0.5% | 0.53% | - |
| HSV(B) | 285.12º | 0.62% | 0.76% | - |
| XYZ | 27.82 | 16.84 | 53.41 | - |
| YUV | 115 | 173.15 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 74 | 195 | 0.15 | 0.62 | 0 | 0.24 | 285.12 | 0.5 | 0.53 |
| Hex | A5 | 4A | C3 | F | 3E | 0 | 18 | 11D | 32 | 35 |
| Octal | 245 | 112 | 303 | 17 | 76 | 0 | 30 | 435 | 62 | 65 |
| Binary | 10100101 | 1001010 | 11000011 | 1111 | 111110 | 0 | 11000 | 100011101 | 110010 | 110101 |
Color Harmonies of #A54AC3
Complementary color
Monochromatic Colors of #A54AC3
Black with #A54AC3
Text Example
Text Example
White with #A54AC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54AC3; }
p { color: rgb(165,74,195); }
H1.HeaderClassName
{
color: #A54AC3;
}
.AnyTagClassName
{
color: #A54AC3;
}
</style>
background-color css
<style>
a { background-color: #A54AC3; }
a { background-color: rgb(165,74,195); }
div.DivClassName
{
background-color: #A54AC3;
}
.BgClassName
{
background-color: #A54AC3;
}
</style>
border-color css
<style>
span { border-color: #A54AC3; }
span { border-color: rgb(165,74,195); }
td.TdClassName
{
border-color: #A54AC3;
}
.TagClassName
{
border-color: #A54AC3;
}
</style>