Shades of Deep Lilac #A25FB8
Tints of Deep Lilac #A25FB8
RGB
CMYK
RGB Variations
Color information
#A25FB8 (or 0xA25FB8) is known color: Deep Lilac. HEX triplet: A2, 5F and B8. RGB value is (162,95,184). Sum of RGB (Red+Green+Blue) = 162+95+184=441 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.73% from 441); Green value is 95 (37.5% from 255 or 21.54% from 441); Blue value is 184 (72.27% from 255 or 41.72% from 441); Max value from RGB is 184 - color contains mainly: blue. Hex color #A25FB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25FB8 is #5DA047. Grayscale: #7C7C7C. Windows color (decimal): -6135880 or 12083106. OLE color: 12083106.
HSL color Cylindrical-coordinate representation of color #A25FB8: hue angle of 285.17º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A25FB8 is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 162 | 95 | 184 | - |
| CMYK | 0.12 | 0.48 | 0 | 0.28 |
| HSL | 285.17º | 0.39% | 0.55% | - |
| HSV(B) | 285.17º | 0.48% | 0.72% | - |
| XYZ | 27.64 | 19.33 | 47.62 | - |
| YUV | 125.18 | 161.2 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 95 | 184 | 0.12 | 0.48 | 0 | 0.28 | 285.17 | 0.39 | 0.55 |
| Hex | A2 | 5F | B8 | C | 30 | 0 | 1C | 11D | 27 | 37 |
| Octal | 242 | 137 | 270 | 14 | 60 | 0 | 34 | 435 | 47 | 67 |
| Binary | 10100010 | 1011111 | 10111000 | 1100 | 110000 | 0 | 11100 | 100011101 | 100111 | 110111 |
Color Harmonies of #A25FB8
Complementary color
Monochromatic Colors of #A25FB8
Black with #A25FB8
Text Example
Text Example
White with #A25FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25FB8; }
p { color: rgb(162,95,184); }
H1.HeaderClassName
{
color: #A25FB8;
}
.AnyTagClassName
{
color: #A25FB8;
}
</style>
background-color css
<style>
a { background-color: #A25FB8; }
a { background-color: rgb(162,95,184); }
div.DivClassName
{
background-color: #A25FB8;
}
.BgClassName
{
background-color: #A25FB8;
}
</style>
border-color css
<style>
span { border-color: #A25FB8; }
span { border-color: rgb(162,95,184); }
td.TdClassName
{
border-color: #A25FB8;
}
.TagClassName
{
border-color: #A25FB8;
}
</style>