Shades of Deep Lilac #A261C0
Tints of Deep Lilac #A261C0
RGB
CMYK
RGB Variations
Color information
#A261C0 (or 0xA261C0) is known color: Deep Lilac. HEX triplet: A2, 61 and C0. RGB value is (162,97,192). Sum of RGB (Red+Green+Blue) = 162+97+192=451 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.92% from 451); Green value is 97 (38.28% from 255 or 21.51% from 451); Blue value is 192 (75.39% from 255 or 42.57% from 451); Max value from RGB is 192 - color contains mainly: blue. Hex color #A261C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A261C0 is #5D9E3F. Grayscale: #7E7E7E. Windows color (decimal): -6135360 or 12607906. OLE color: 12607906.
HSL color Cylindrical-coordinate representation of color #A261C0: hue angle of 281.05º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A261C0 is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 97 | 192 | - |
| CMYK | 0.16 | 0.49 | 0 | 0.25 |
| HSL | 281.05º | 0.43% | 0.57% | - |
| HSV(B) | 281.05º | 0.49% | 0.75% | - |
| XYZ | 28.69 | 20.04 | 52.22 | - |
| YUV | 127.27 | 164.53 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 97 | 192 | 0.16 | 0.49 | 0 | 0.25 | 281.05 | 0.43 | 0.57 |
| Hex | A2 | 61 | C0 | 10 | 31 | 0 | 19 | 119 | 2B | 39 |
| Octal | 242 | 141 | 300 | 20 | 61 | 0 | 31 | 431 | 53 | 71 |
| Binary | 10100010 | 1100001 | 11000000 | 10000 | 110001 | 0 | 11001 | 100011001 | 101011 | 111001 |
Color Harmonies of #A261C0
Complementary color
Monochromatic Colors of #A261C0
Black with #A261C0
Text Example
Text Example
White with #A261C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A261C0; }
p { color: rgb(162,97,192); }
H1.HeaderClassName
{
color: #A261C0;
}
.AnyTagClassName
{
color: #A261C0;
}
</style>
background-color css
<style>
a { background-color: #A261C0; }
a { background-color: rgb(162,97,192); }
div.DivClassName
{
background-color: #A261C0;
}
.BgClassName
{
background-color: #A261C0;
}
</style>
border-color css
<style>
span { border-color: #A261C0; }
span { border-color: rgb(162,97,192); }
td.TdClassName
{
border-color: #A261C0;
}
.TagClassName
{
border-color: #A261C0;
}
</style>