Shades of Deep Lilac #A260BB
Tints of Deep Lilac #A260BB
RGB
CMYK
RGB Variations
Color information
#A260BB (or 0xA260BB) is known color: Deep Lilac. HEX triplet: A2, 60 and BB. RGB value is (162,96,187). Sum of RGB (Red+Green+Blue) = 162+96+187=445 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.40% from 445); Green value is 96 (37.89% from 255 or 21.57% from 445); Blue value is 187 (73.44% from 255 or 42.02% from 445); Max value from RGB is 187 - color contains mainly: blue. Hex color #A260BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A260BB is #5D9F44. Grayscale: #7D7D7D. Windows color (decimal): -6135621 or 12279970. OLE color: 12279970.
HSL color Cylindrical-coordinate representation of color #A260BB: hue angle of 283.52º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A260BB is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 96 | 187 | - |
| CMYK | 0.13 | 0.49 | 0 | 0.27 |
| HSL | 283.52º | 0.4% | 0.55% | - |
| HSV(B) | 283.52º | 0.49% | 0.73% | - |
| XYZ | 28.05 | 19.63 | 49.33 | - |
| YUV | 126.11 | 162.37 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 96 | 187 | 0.13 | 0.49 | 0 | 0.27 | 283.52 | 0.4 | 0.55 |
| Hex | A2 | 60 | BB | D | 31 | 0 | 1B | 11C | 28 | 37 |
| Octal | 242 | 140 | 273 | 15 | 61 | 0 | 33 | 434 | 50 | 67 |
| Binary | 10100010 | 1100000 | 10111011 | 1101 | 110001 | 0 | 11011 | 100011100 | 101000 | 110111 |
Color Harmonies of #A260BB
Complementary color
Monochromatic Colors of #A260BB
Black with #A260BB
Text Example
Text Example
White with #A260BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A260BB; }
p { color: rgb(162,96,187); }
H1.HeaderClassName
{
color: #A260BB;
}
.AnyTagClassName
{
color: #A260BB;
}
</style>
background-color css
<style>
a { background-color: #A260BB; }
a { background-color: rgb(162,96,187); }
div.DivClassName
{
background-color: #A260BB;
}
.BgClassName
{
background-color: #A260BB;
}
</style>
border-color css
<style>
span { border-color: #A260BB; }
span { border-color: rgb(162,96,187); }
td.TdClassName
{
border-color: #A260BB;
}
.TagClassName
{
border-color: #A260BB;
}
</style>