Shades of Deep Lilac #A25BC4
Tints of Deep Lilac #A25BC4
RGB
CMYK
RGB Variations
Color information
#A25BC4 (or 0xA25BC4) is known color: Deep Lilac. HEX triplet: A2, 5B and C4. RGB value is (162,91,196). Sum of RGB (Red+Green+Blue) = 162+91+196=449 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.08% from 449); Green value is 91 (35.94% from 255 or 20.27% from 449); Blue value is 196 (76.95% from 255 or 43.65% from 449); Max value from RGB is 196 - color contains mainly: blue. Hex color #A25BC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25BC4 is #5DA43B. Grayscale: #7B7B7B. Windows color (decimal): -6136892 or 12868514. OLE color: 12868514.
HSL color Cylindrical-coordinate representation of color #A25BC4: hue angle of 280.57º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A25BC4 is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 162 | 91 | 196 | - |
| CMYK | 0.17 | 0.54 | 0 | 0.23 |
| HSL | 280.57º | 0.47% | 0.56% | - |
| HSV(B) | 280.57º | 0.54% | 0.77% | - |
| XYZ | 28.61 | 19.15 | 54.41 | - |
| YUV | 124.2 | 168.52 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 91 | 196 | 0.17 | 0.54 | 0 | 0.23 | 280.57 | 0.47 | 0.56 |
| Hex | A2 | 5B | C4 | 11 | 36 | 0 | 17 | 119 | 2F | 38 |
| Octal | 242 | 133 | 304 | 21 | 66 | 0 | 27 | 431 | 57 | 70 |
| Binary | 10100010 | 1011011 | 11000100 | 10001 | 110110 | 0 | 10111 | 100011001 | 101111 | 111000 |
Color Harmonies of #A25BC4
Complementary color
Monochromatic Colors of #A25BC4
Black with #A25BC4
Text Example
Text Example
White with #A25BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25BC4; }
p { color: rgb(162,91,196); }
H1.HeaderClassName
{
color: #A25BC4;
}
.AnyTagClassName
{
color: #A25BC4;
}
</style>
background-color css
<style>
a { background-color: #A25BC4; }
a { background-color: rgb(162,91,196); }
div.DivClassName
{
background-color: #A25BC4;
}
.BgClassName
{
background-color: #A25BC4;
}
</style>
border-color css
<style>
span { border-color: #A25BC4; }
span { border-color: rgb(162,91,196); }
td.TdClassName
{
border-color: #A25BC4;
}
.TagClassName
{
border-color: #A25BC4;
}
</style>