Shades of Deep Lilac #A453B1
Tints of Deep Lilac #A453B1
RGB
CMYK
RGB Variations
Color information
#A453B1 (or 0xA453B1) is known color: Deep Lilac. HEX triplet: A4, 53 and B1. RGB value is (164,83,177). Sum of RGB (Red+Green+Blue) = 164+83+177=424 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.68% from 424); Green value is 83 (32.81% from 255 or 19.58% from 424); Blue value is 177 (69.53% from 255 or 41.75% from 424); Max value from RGB is 177 - color contains mainly: blue. Hex color #A453B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A453B1 is #5BAC4E. Grayscale: #757575. Windows color (decimal): -6007887 or 11621284. OLE color: 11621284.
HSL color Cylindrical-coordinate representation of color #A453B1: hue angle of 291.7º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A453B1 is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 164 | 83 | 177 | - |
| CMYK | 0.07 | 0.53 | 0 | 0.31 |
| HSL | 291.7º | 0.38% | 0.51% | - |
| HSV(B) | 291.7º | 0.53% | 0.69% | - |
| XYZ | 26.34 | 17.25 | 43.54 | - |
| YUV | 117.94 | 161.34 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 83 | 177 | 0.07 | 0.53 | 0 | 0.31 | 291.7 | 0.38 | 0.51 |
| Hex | A4 | 53 | B1 | 7 | 35 | 0 | 1F | 124 | 26 | 33 |
| Octal | 244 | 123 | 261 | 7 | 65 | 0 | 37 | 444 | 46 | 63 |
| Binary | 10100100 | 1010011 | 10110001 | 111 | 110101 | 0 | 11111 | 100100100 | 100110 | 110011 |
Color Harmonies of #A453B1
Complementary color
Monochromatic Colors of #A453B1
Black with #A453B1
Text Example
Text Example
White with #A453B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A453B1; }
p { color: rgb(164,83,177); }
H1.HeaderClassName
{
color: #A453B1;
}
.AnyTagClassName
{
color: #A453B1;
}
</style>
background-color css
<style>
a { background-color: #A453B1; }
a { background-color: rgb(164,83,177); }
div.DivClassName
{
background-color: #A453B1;
}
.BgClassName
{
background-color: #A453B1;
}
</style>
border-color css
<style>
span { border-color: #A453B1; }
span { border-color: rgb(164,83,177); }
td.TdClassName
{
border-color: #A453B1;
}
.TagClassName
{
border-color: #A453B1;
}
</style>