Shades of Deep Lilac #A260BE
Tints of Deep Lilac #A260BE
RGB
CMYK
RGB Variations
Color information
#A260BE (or 0xA260BE) is known color: Deep Lilac. HEX triplet: A2, 60 and BE. RGB value is (162,96,190). Sum of RGB (Red+Green+Blue) = 162+96+190=448 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.16% from 448); Green value is 96 (37.89% from 255 or 21.43% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 190 - color contains mainly: blue. Hex color #A260BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A260BE is #5D9F41. Grayscale: #7E7E7E. Windows color (decimal): -6135618 or 12476578. OLE color: 12476578.
HSL color Cylindrical-coordinate representation of color #A260BE: hue angle of 282.13º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A260BE is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 96 | 190 | - |
| CMYK | 0.15 | 0.49 | 0 | 0.25 |
| HSL | 282.13º | 0.42% | 0.56% | - |
| HSV(B) | 282.13º | 0.49% | 0.75% | - |
| XYZ | 28.38 | 19.76 | 51.03 | - |
| YUV | 126.45 | 163.87 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 96 | 190 | 0.15 | 0.49 | 0 | 0.25 | 282.13 | 0.42 | 0.56 |
| Hex | A2 | 60 | BE | F | 31 | 0 | 19 | 11A | 2A | 38 |
| Octal | 242 | 140 | 276 | 17 | 61 | 0 | 31 | 432 | 52 | 70 |
| Binary | 10100010 | 1100000 | 10111110 | 1111 | 110001 | 0 | 11001 | 100011010 | 101010 | 111000 |
Color Harmonies of #A260BE
Complementary color
Monochromatic Colors of #A260BE
Black with #A260BE
Text Example
Text Example
White with #A260BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A260BE; }
p { color: rgb(162,96,190); }
H1.HeaderClassName
{
color: #A260BE;
}
.AnyTagClassName
{
color: #A260BE;
}
</style>
background-color css
<style>
a { background-color: #A260BE; }
a { background-color: rgb(162,96,190); }
div.DivClassName
{
background-color: #A260BE;
}
.BgClassName
{
background-color: #A260BE;
}
</style>
border-color css
<style>
span { border-color: #A260BE; }
span { border-color: rgb(162,96,190); }
td.TdClassName
{
border-color: #A260BE;
}
.TagClassName
{
border-color: #A260BE;
}
</style>