Shades of Deep Lilac #A25FC4
Tints of Deep Lilac #A25FC4
RGB
CMYK
RGB Variations
Color information
#A25FC4 (or 0xA25FC4) is known color: Deep Lilac. HEX triplet: A2, 5F and C4. RGB value is (162,95,196). Sum of RGB (Red+Green+Blue) = 162+95+196=453 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.76% from 453); Green value is 95 (37.5% from 255 or 20.97% from 453); Blue value is 196 (76.95% from 255 or 43.27% from 453); Max value from RGB is 196 - color contains mainly: blue. Hex color #A25FC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25FC4 is #5DA03B. Grayscale: #7E7E7E. Windows color (decimal): -6135868 or 12869538. OLE color: 12869538.
HSL color Cylindrical-coordinate representation of color #A25FC4: hue angle of 279.8º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A25FC4 is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 162 | 95 | 196 | - |
| CMYK | 0.17 | 0.52 | 0 | 0.23 |
| HSL | 279.8º | 0.46% | 0.57% | - |
| HSV(B) | 279.8º | 0.52% | 0.77% | - |
| XYZ | 28.96 | 19.85 | 54.53 | - |
| YUV | 126.55 | 167.2 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 95 | 196 | 0.17 | 0.52 | 0 | 0.23 | 279.8 | 0.46 | 0.57 |
| Hex | A2 | 5F | C4 | 11 | 34 | 0 | 17 | 118 | 2E | 39 |
| Octal | 242 | 137 | 304 | 21 | 64 | 0 | 27 | 430 | 56 | 71 |
| Binary | 10100010 | 1011111 | 11000100 | 10001 | 110100 | 0 | 10111 | 100011000 | 101110 | 111001 |
Color Harmonies of #A25FC4
Complementary color
Monochromatic Colors of #A25FC4
Black with #A25FC4
Text Example
Text Example
White with #A25FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25FC4; }
p { color: rgb(162,95,196); }
H1.HeaderClassName
{
color: #A25FC4;
}
.AnyTagClassName
{
color: #A25FC4;
}
</style>
background-color css
<style>
a { background-color: #A25FC4; }
a { background-color: rgb(162,95,196); }
div.DivClassName
{
background-color: #A25FC4;
}
.BgClassName
{
background-color: #A25FC4;
}
</style>
border-color css
<style>
span { border-color: #A25FC4; }
span { border-color: rgb(162,95,196); }
td.TdClassName
{
border-color: #A25FC4;
}
.TagClassName
{
border-color: #A25FC4;
}
</style>