Shades of Deep Lilac #A25FB6
Tints of Deep Lilac #A25FB6
RGB
CMYK
RGB Variations
Color information
#A25FB6 (or 0xA25FB6) is known color: Deep Lilac. HEX triplet: A2, 5F and B6. RGB value is (162,95,182). Sum of RGB (Red+Green+Blue) = 162+95+182=439 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.90% from 439); Green value is 95 (37.5% from 255 or 21.64% from 439); Blue value is 182 (71.48% from 255 or 41.46% from 439); Max value from RGB is 182 - color contains mainly: blue. Hex color #A25FB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25FB6 is #5DA049. Grayscale: #7C7C7C. Windows color (decimal): -6135882 or 11952034. OLE color: 11952034.
HSL color Cylindrical-coordinate representation of color #A25FB6: hue angle of 286.21º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A25FB6 is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 95 | 182 | - |
| CMYK | 0.11 | 0.48 | 0 | 0.29 |
| HSL | 286.21º | 0.37% | 0.54% | - |
| HSV(B) | 286.21º | 0.48% | 0.71% | - |
| XYZ | 27.44 | 19.24 | 46.52 | - |
| YUV | 124.95 | 160.2 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 95 | 182 | 0.11 | 0.48 | 0 | 0.29 | 286.21 | 0.37 | 0.54 |
| Hex | A2 | 5F | B6 | B | 30 | 0 | 1D | 11E | 25 | 36 |
| Octal | 242 | 137 | 266 | 13 | 60 | 0 | 35 | 436 | 45 | 66 |
| Binary | 10100010 | 1011111 | 10110110 | 1011 | 110000 | 0 | 11101 | 100011110 | 100101 | 110110 |
Color Harmonies of #A25FB6
Complementary color
Monochromatic Colors of #A25FB6
Black with #A25FB6
Text Example
Text Example
White with #A25FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25FB6; }
p { color: rgb(162,95,182); }
H1.HeaderClassName
{
color: #A25FB6;
}
.AnyTagClassName
{
color: #A25FB6;
}
</style>
background-color css
<style>
a { background-color: #A25FB6; }
a { background-color: rgb(162,95,182); }
div.DivClassName
{
background-color: #A25FB6;
}
.BgClassName
{
background-color: #A25FB6;
}
</style>
border-color css
<style>
span { border-color: #A25FB6; }
span { border-color: rgb(162,95,182); }
td.TdClassName
{
border-color: #A25FB6;
}
.TagClassName
{
border-color: #A25FB6;
}
</style>