Shades of Deep Lilac #A25FB0
Tints of Deep Lilac #A25FB0
RGB
CMYK
RGB Variations
Color information
#A25FB0 (or 0xA25FB0) is known color: Deep Lilac. HEX triplet: A2, 5F and B0. RGB value is (162,95,176). Sum of RGB (Red+Green+Blue) = 162+95+176=433 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.41% from 433); Green value is 95 (37.5% from 255 or 21.94% from 433); Blue value is 176 (69.14% from 255 or 40.65% from 433); Max value from RGB is 176 - color contains mainly: blue. Hex color #A25FB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25FB0 is #5DA04F. Grayscale: #7C7C7C. Windows color (decimal): -6135888 or 11558818. OLE color: 11558818.
HSL color Cylindrical-coordinate representation of color #A25FB0: hue angle of 289.63º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A25FB0 is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 95 | 176 | - |
| CMYK | 0.08 | 0.46 | 0 | 0.31 |
| HSL | 289.63º | 0.34% | 0.53% | - |
| HSV(B) | 289.63º | 0.46% | 0.69% | - |
| XYZ | 26.83 | 19 | 43.33 | - |
| YUV | 124.27 | 157.2 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 95 | 176 | 0.08 | 0.46 | 0 | 0.31 | 289.63 | 0.34 | 0.53 |
| Hex | A2 | 5F | B0 | 8 | 2E | 0 | 1F | 122 | 22 | 35 |
| Octal | 242 | 137 | 260 | 10 | 56 | 0 | 37 | 442 | 42 | 65 |
| Binary | 10100010 | 1011111 | 10110000 | 1000 | 101110 | 0 | 11111 | 100100010 | 100010 | 110101 |
Color Harmonies of #A25FB0
Complementary color
Monochromatic Colors of #A25FB0
Black with #A25FB0
Text Example
Text Example
White with #A25FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25FB0; }
p { color: rgb(162,95,176); }
H1.HeaderClassName
{
color: #A25FB0;
}
.AnyTagClassName
{
color: #A25FB0;
}
</style>
background-color css
<style>
a { background-color: #A25FB0; }
a { background-color: rgb(162,95,176); }
div.DivClassName
{
background-color: #A25FB0;
}
.BgClassName
{
background-color: #A25FB0;
}
</style>
border-color css
<style>
span { border-color: #A25FB0; }
span { border-color: rgb(162,95,176); }
td.TdClassName
{
border-color: #A25FB0;
}
.TagClassName
{
border-color: #A25FB0;
}
</style>