Shades of Deep Lilac #A260B1
Tints of Deep Lilac #A260B1
RGB
CMYK
RGB Variations
Color information
#A260B1 (or 0xA260B1) is known color: Deep Lilac. HEX triplet: A2, 60 and B1. RGB value is (162,96,177). Sum of RGB (Red+Green+Blue) = 162+96+177=435 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.24% from 435); Green value is 96 (37.89% from 255 or 22.07% from 435); Blue value is 177 (69.53% from 255 or 40.69% from 435); Max value from RGB is 177 - color contains mainly: blue. Hex color #A260B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A260B1 is #5D9F4E. Grayscale: #7C7C7C. Windows color (decimal): -6135631 or 11624610. OLE color: 11624610.
HSL color Cylindrical-coordinate representation of color #A260B1: hue angle of 288.89º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A260B1 is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 96 | 177 | - |
| CMYK | 0.08 | 0.46 | 0 | 0.31 |
| HSL | 288.89º | 0.34% | 0.54% | - |
| HSV(B) | 288.89º | 0.46% | 0.69% | - |
| XYZ | 27.02 | 19.22 | 43.88 | - |
| YUV | 124.97 | 157.37 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 96 | 177 | 0.08 | 0.46 | 0 | 0.31 | 288.89 | 0.34 | 0.54 |
| Hex | A2 | 60 | B1 | 8 | 2E | 0 | 1F | 121 | 22 | 36 |
| Octal | 242 | 140 | 261 | 10 | 56 | 0 | 37 | 441 | 42 | 66 |
| Binary | 10100010 | 1100000 | 10110001 | 1000 | 101110 | 0 | 11111 | 100100001 | 100010 | 110110 |
Color Harmonies of #A260B1
Complementary color
Monochromatic Colors of #A260B1
Black with #A260B1
Text Example
Text Example
White with #A260B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A260B1; }
p { color: rgb(162,96,177); }
H1.HeaderClassName
{
color: #A260B1;
}
.AnyTagClassName
{
color: #A260B1;
}
</style>
background-color css
<style>
a { background-color: #A260B1; }
a { background-color: rgb(162,96,177); }
div.DivClassName
{
background-color: #A260B1;
}
.BgClassName
{
background-color: #A260B1;
}
</style>
border-color css
<style>
span { border-color: #A260B1; }
span { border-color: rgb(162,96,177); }
td.TdClassName
{
border-color: #A260B1;
}
.TagClassName
{
border-color: #A260B1;
}
</style>