Shades of Deep Lilac #A25BC3
Tints of Deep Lilac #A25BC3
RGB
CMYK
RGB Variations
Color information
#A25BC3 (or 0xA25BC3) is known color: Deep Lilac. HEX triplet: A2, 5B and C3. RGB value is (162,91,195). Sum of RGB (Red+Green+Blue) = 162+91+195=448 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.16% from 448); Green value is 91 (35.94% from 255 or 20.31% from 448); Blue value is 195 (76.56% from 255 or 43.53% from 448); Max value from RGB is 195 - color contains mainly: blue. Hex color #A25BC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25BC3 is #5DA43C. Grayscale: #7B7B7B. Windows color (decimal): -6136893 or 12802978. OLE color: 12802978.
HSL color Cylindrical-coordinate representation of color #A25BC3: hue angle of 280.96º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A25BC3 is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 91 | 195 | - |
| CMYK | 0.17 | 0.53 | 0 | 0.24 |
| HSL | 280.96º | 0.46% | 0.56% | - |
| HSV(B) | 280.96º | 0.53% | 0.76% | - |
| XYZ | 28.49 | 19.1 | 53.82 | - |
| YUV | 124.09 | 168.02 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 91 | 195 | 0.17 | 0.53 | 0 | 0.24 | 280.96 | 0.46 | 0.56 |
| Hex | A2 | 5B | C3 | 11 | 35 | 0 | 18 | 119 | 2E | 38 |
| Octal | 242 | 133 | 303 | 21 | 65 | 0 | 30 | 431 | 56 | 70 |
| Binary | 10100010 | 1011011 | 11000011 | 10001 | 110101 | 0 | 11000 | 100011001 | 101110 | 111000 |
Color Harmonies of #A25BC3
Complementary color
Monochromatic Colors of #A25BC3
Black with #A25BC3
Text Example
Text Example
White with #A25BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25BC3; }
p { color: rgb(162,91,195); }
H1.HeaderClassName
{
color: #A25BC3;
}
.AnyTagClassName
{
color: #A25BC3;
}
</style>
background-color css
<style>
a { background-color: #A25BC3; }
a { background-color: rgb(162,91,195); }
div.DivClassName
{
background-color: #A25BC3;
}
.BgClassName
{
background-color: #A25BC3;
}
</style>
border-color css
<style>
span { border-color: #A25BC3; }
span { border-color: rgb(162,91,195); }
td.TdClassName
{
border-color: #A25BC3;
}
.TagClassName
{
border-color: #A25BC3;
}
</style>