Shades of Deep Lilac #A253BE
Tints of Deep Lilac #A253BE
RGB
CMYK
RGB Variations
Color information
#A253BE (or 0xA253BE) is known color: Deep Lilac. HEX triplet: A2, 53 and BE. RGB value is (162,83,190). Sum of RGB (Red+Green+Blue) = 162+83+190=435 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.24% from 435); Green value is 83 (32.81% from 255 or 19.08% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 190 - color contains mainly: blue. Hex color #A253BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A253BE is #5DAC41. Grayscale: #767676. Windows color (decimal): -6138946 or 12473250. OLE color: 12473250.
HSL color Cylindrical-coordinate representation of color #A253BE: hue angle of 284.3º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A253BE is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 83 | 190 | - |
| CMYK | 0.15 | 0.56 | 0 | 0.25 |
| HSL | 284.3º | 0.45% | 0.54% | - |
| HSV(B) | 284.3º | 0.56% | 0.75% | - |
| XYZ | 27.29 | 17.59 | 50.67 | - |
| YUV | 118.82 | 168.17 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 83 | 190 | 0.15 | 0.56 | 0 | 0.25 | 284.3 | 0.45 | 0.54 |
| Hex | A2 | 53 | BE | F | 38 | 0 | 19 | 11C | 2D | 36 |
| Octal | 242 | 123 | 276 | 17 | 70 | 0 | 31 | 434 | 55 | 66 |
| Binary | 10100010 | 1010011 | 10111110 | 1111 | 111000 | 0 | 11001 | 100011100 | 101101 | 110110 |
Color Harmonies of #A253BE
Complementary color
Monochromatic Colors of #A253BE
Black with #A253BE
Text Example
Text Example
White with #A253BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A253BE; }
p { color: rgb(162,83,190); }
H1.HeaderClassName
{
color: #A253BE;
}
.AnyTagClassName
{
color: #A253BE;
}
</style>
background-color css
<style>
a { background-color: #A253BE; }
a { background-color: rgb(162,83,190); }
div.DivClassName
{
background-color: #A253BE;
}
.BgClassName
{
background-color: #A253BE;
}
</style>
border-color css
<style>
span { border-color: #A253BE; }
span { border-color: rgb(162,83,190); }
td.TdClassName
{
border-color: #A253BE;
}
.TagClassName
{
border-color: #A253BE;
}
</style>