Shades of Deep Lilac #A253AF
Tints of Deep Lilac #A253AF
RGB
CMYK
RGB Variations
Color information
#A253AF (or 0xA253AF) is known color: Deep Lilac. HEX triplet: A2, 53 and AF. RGB value is (162,83,175). Sum of RGB (Red+Green+Blue) = 162+83+175=420 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.57% from 420); Green value is 83 (32.81% from 255 or 19.76% from 420); Blue value is 175 (68.75% from 255 or 41.67% from 420); Max value from RGB is 175 - color contains mainly: blue. Hex color #A253AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A253AF is #5DAC50. Grayscale: #747474. Windows color (decimal): -6138961 or 11490210. OLE color: 11490210.
HSL color Cylindrical-coordinate representation of color #A253AF: hue angle of 291.52º degrees, saturation: 0.37, 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 #A253AF is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 83 | 175 | - |
| CMYK | 0.07 | 0.53 | 0 | 0.31 |
| HSL | 291.52º | 0.37% | 0.51% | - |
| HSV(B) | 291.52º | 0.53% | 0.69% | - |
| XYZ | 25.73 | 16.96 | 42.48 | - |
| YUV | 117.11 | 160.67 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 83 | 175 | 0.07 | 0.53 | 0 | 0.31 | 291.52 | 0.37 | 0.51 |
| Hex | A2 | 53 | AF | 7 | 35 | 0 | 1F | 124 | 25 | 33 |
| Octal | 242 | 123 | 257 | 7 | 65 | 0 | 37 | 444 | 45 | 63 |
| Binary | 10100010 | 1010011 | 10101111 | 111 | 110101 | 0 | 11111 | 100100100 | 100101 | 110011 |
Color Harmonies of #A253AF
Complementary color
Monochromatic Colors of #A253AF
Black with #A253AF
Text Example
Text Example
White with #A253AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A253AF; }
p { color: rgb(162,83,175); }
H1.HeaderClassName
{
color: #A253AF;
}
.AnyTagClassName
{
color: #A253AF;
}
</style>
background-color css
<style>
a { background-color: #A253AF; }
a { background-color: rgb(162,83,175); }
div.DivClassName
{
background-color: #A253AF;
}
.BgClassName
{
background-color: #A253AF;
}
</style>
border-color css
<style>
span { border-color: #A253AF; }
span { border-color: rgb(162,83,175); }
td.TdClassName
{
border-color: #A253AF;
}
.TagClassName
{
border-color: #A253AF;
}
</style>