Shades of Deep Lilac #A452C3
Tints of Deep Lilac #A452C3
RGB
CMYK
RGB Variations
Color information
#A452C3 (or 0xA452C3) is known color: Deep Lilac. HEX triplet: A4, 52 and C3. RGB value is (164,82,195). Sum of RGB (Red+Green+Blue) = 164+82+195=441 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.19% from 441); Green value is 82 (32.42% from 255 or 18.59% from 441); Blue value is 195 (76.56% from 255 or 44.22% from 441); Max value from RGB is 195 - color contains mainly: blue. Hex color #A452C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A452C3 is #5BAD3C. Grayscale: #777777. Windows color (decimal): -6008125 or 12800676. OLE color: 12800676.
HSL color Cylindrical-coordinate representation of color #A452C3: hue angle of 283.54º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A452C3 is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 164 | 82 | 195 | - |
| CMYK | 0.16 | 0.58 | 0 | 0.24 |
| HSL | 283.54º | 0.48% | 0.54% | - |
| HSV(B) | 283.54º | 0.58% | 0.76% | - |
| XYZ | 28.18 | 17.87 | 53.59 | - |
| YUV | 119.4 | 170.67 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 82 | 195 | 0.16 | 0.58 | 0 | 0.24 | 283.54 | 0.48 | 0.54 |
| Hex | A4 | 52 | C3 | 10 | 3A | 0 | 18 | 11C | 30 | 36 |
| Octal | 244 | 122 | 303 | 20 | 72 | 0 | 30 | 434 | 60 | 66 |
| Binary | 10100100 | 1010010 | 11000011 | 10000 | 111010 | 0 | 11000 | 100011100 | 110000 | 110110 |
Color Harmonies of #A452C3
Complementary color
Monochromatic Colors of #A452C3
Black with #A452C3
Text Example
Text Example
White with #A452C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A452C3; }
p { color: rgb(164,82,195); }
H1.HeaderClassName
{
color: #A452C3;
}
.AnyTagClassName
{
color: #A452C3;
}
</style>
background-color css
<style>
a { background-color: #A452C3; }
a { background-color: rgb(164,82,195); }
div.DivClassName
{
background-color: #A452C3;
}
.BgClassName
{
background-color: #A452C3;
}
</style>
border-color css
<style>
span { border-color: #A452C3; }
span { border-color: rgb(164,82,195); }
td.TdClassName
{
border-color: #A452C3;
}
.TagClassName
{
border-color: #A452C3;
}
</style>