Shades of Deep Lilac #A25CB3
Tints of Deep Lilac #A25CB3
RGB
CMYK
RGB Variations
Color information
#A25CB3 (or 0xA25CB3) is known color: Deep Lilac. HEX triplet: A2, 5C and B3. RGB value is (162,92,179). Sum of RGB (Red+Green+Blue) = 162+92+179=433 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.41% from 433); Green value is 92 (36.33% from 255 or 21.25% from 433); Blue value is 179 (70.31% from 255 or 41.34% from 433); Max value from RGB is 179 - color contains mainly: blue. Hex color #A25CB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25CB3 is #5DA34C. Grayscale: #7A7A7A. Windows color (decimal): -6136653 or 11754658. OLE color: 11754658.
HSL color Cylindrical-coordinate representation of color #A25CB3: hue angle of 288.28º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A25CB3 is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 162 | 92 | 179 | - |
| CMYK | 0.09 | 0.49 | 0 | 0.30 |
| HSL | 288.28º | 0.36% | 0.53% | - |
| HSV(B) | 288.28º | 0.49% | 0.7% | - |
| XYZ | 26.86 | 18.59 | 44.82 | - |
| YUV | 122.85 | 159.69 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 92 | 179 | 0.09 | 0.49 | 0 | 0.30 | 288.28 | 0.36 | 0.53 |
| Hex | A2 | 5C | B3 | 9 | 31 | 0 | 1E | 120 | 24 | 35 |
| Octal | 242 | 134 | 263 | 11 | 61 | 0 | 36 | 440 | 44 | 65 |
| Binary | 10100010 | 1011100 | 10110011 | 1001 | 110001 | 0 | 11110 | 100100000 | 100100 | 110101 |
Color Harmonies of #A25CB3
Complementary color
Monochromatic Colors of #A25CB3
Black with #A25CB3
Text Example
Text Example
White with #A25CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25CB3; }
p { color: rgb(162,92,179); }
H1.HeaderClassName
{
color: #A25CB3;
}
.AnyTagClassName
{
color: #A25CB3;
}
</style>
background-color css
<style>
a { background-color: #A25CB3; }
a { background-color: rgb(162,92,179); }
div.DivClassName
{
background-color: #A25CB3;
}
.BgClassName
{
background-color: #A25CB3;
}
</style>
border-color css
<style>
span { border-color: #A25CB3; }
span { border-color: rgb(162,92,179); }
td.TdClassName
{
border-color: #A25CB3;
}
.TagClassName
{
border-color: #A25CB3;
}
</style>