Shades of Deep Lilac #A257B5
Tints of Deep Lilac #A257B5
RGB
CMYK
RGB Variations
Color information
#A257B5 (or 0xA257B5) is known color: Deep Lilac. HEX triplet: A2, 57 and B5. RGB value is (162,87,181). Sum of RGB (Red+Green+Blue) = 162+87+181=430 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.67% from 430); Green value is 87 (34.38% from 255 or 20.23% from 430); Blue value is 181 (71.09% from 255 or 42.09% from 430); Max value from RGB is 181 - color contains mainly: blue. Hex color #A257B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A257B5 is #5DA84A. Grayscale: #777777. Windows color (decimal): -6137931 or 11884450. OLE color: 11884450.
HSL color Cylindrical-coordinate representation of color #A257B5: hue angle of 287.87º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A257B5 is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 87 | 181 | - |
| CMYK | 0.10 | 0.52 | 0 | 0.29 |
| HSL | 287.87º | 0.39% | 0.53% | - |
| HSV(B) | 287.87º | 0.52% | 0.71% | - |
| XYZ | 26.65 | 17.83 | 45.75 | - |
| YUV | 120.14 | 162.35 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 87 | 181 | 0.10 | 0.52 | 0 | 0.29 | 287.87 | 0.39 | 0.53 |
| Hex | A2 | 57 | B5 | A | 34 | 0 | 1D | 120 | 27 | 35 |
| Octal | 242 | 127 | 265 | 12 | 64 | 0 | 35 | 440 | 47 | 65 |
| Binary | 10100010 | 1010111 | 10110101 | 1010 | 110100 | 0 | 11101 | 100100000 | 100111 | 110101 |
Color Harmonies of #A257B5
Complementary color
Monochromatic Colors of #A257B5
Black with #A257B5
Text Example
Text Example
White with #A257B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A257B5; }
p { color: rgb(162,87,181); }
H1.HeaderClassName
{
color: #A257B5;
}
.AnyTagClassName
{
color: #A257B5;
}
</style>
background-color css
<style>
a { background-color: #A257B5; }
a { background-color: rgb(162,87,181); }
div.DivClassName
{
background-color: #A257B5;
}
.BgClassName
{
background-color: #A257B5;
}
</style>
border-color css
<style>
span { border-color: #A257B5; }
span { border-color: rgb(162,87,181); }
td.TdClassName
{
border-color: #A257B5;
}
.TagClassName
{
border-color: #A257B5;
}
</style>