Shades of Deep Lilac #A453B7
Tints of Deep Lilac #A453B7
RGB
CMYK
RGB Variations
Color information
#A453B7 (or 0xA453B7) is known color: Deep Lilac. HEX triplet: A4, 53 and B7. RGB value is (164,83,183). Sum of RGB (Red+Green+Blue) = 164+83+183=430 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.14% from 430); Green value is 83 (32.81% from 255 or 19.30% from 430); Blue value is 183 (71.88% from 255 or 42.56% from 430); Max value from RGB is 183 - color contains mainly: blue. Hex color #A453B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A453B7 is #5BAC48. Grayscale: #767676. Windows color (decimal): -6007881 or 12014500. OLE color: 12014500.
HSL color Cylindrical-coordinate representation of color #A453B7: hue angle of 288.6º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A453B7 is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 164 | 83 | 183 | - |
| CMYK | 0.10 | 0.55 | 0 | 0.28 |
| HSL | 288.6º | 0.41% | 0.52% | - |
| HSV(B) | 288.6º | 0.55% | 0.72% | - |
| XYZ | 26.95 | 17.5 | 46.76 | - |
| YUV | 118.62 | 164.34 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 83 | 183 | 0.10 | 0.55 | 0 | 0.28 | 288.6 | 0.41 | 0.52 |
| Hex | A4 | 53 | B7 | A | 37 | 0 | 1C | 121 | 29 | 34 |
| Octal | 244 | 123 | 267 | 12 | 67 | 0 | 34 | 441 | 51 | 64 |
| Binary | 10100100 | 1010011 | 10110111 | 1010 | 110111 | 0 | 11100 | 100100001 | 101001 | 110100 |
Color Harmonies of #A453B7
Complementary color
Monochromatic Colors of #A453B7
Black with #A453B7
Text Example
Text Example
White with #A453B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A453B7; }
p { color: rgb(164,83,183); }
H1.HeaderClassName
{
color: #A453B7;
}
.AnyTagClassName
{
color: #A453B7;
}
</style>
background-color css
<style>
a { background-color: #A453B7; }
a { background-color: rgb(164,83,183); }
div.DivClassName
{
background-color: #A453B7;
}
.BgClassName
{
background-color: #A453B7;
}
</style>
border-color css
<style>
span { border-color: #A453B7; }
span { border-color: rgb(164,83,183); }
td.TdClassName
{
border-color: #A453B7;
}
.TagClassName
{
border-color: #A453B7;
}
</style>