Shades of Deep Lilac #A260B4
Tints of Deep Lilac #A260B4
RGB
CMYK
RGB Variations
Color information
#A260B4 (or 0xA260B4) is known color: Deep Lilac. HEX triplet: A2, 60 and B4. RGB value is (162,96,180). Sum of RGB (Red+Green+Blue) = 162+96+180=438 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.99% from 438); Green value is 96 (37.89% from 255 or 21.92% from 438); Blue value is 180 (70.70% from 255 or 41.10% from 438); Max value from RGB is 180 - color contains mainly: blue. Hex color #A260B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A260B4 is #5D9F4B. Grayscale: #7D7D7D. Windows color (decimal): -6135628 or 11821218. OLE color: 11821218.
HSL color Cylindrical-coordinate representation of color #A260B4: hue angle of 287.14º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A260B4 is Cyan = 0.1, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 96 | 180 | - |
| CMYK | 0.1 | 0.47 | 0 | 0.29 |
| HSL | 287.14º | 0.36% | 0.54% | - |
| HSV(B) | 287.14º | 0.47% | 0.71% | - |
| XYZ | 27.32 | 19.34 | 45.47 | - |
| YUV | 125.31 | 158.87 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 96 | 180 | 0.1 | 0.47 | 0 | 0.29 | 287.14 | 0.36 | 0.54 |
| Hex | A2 | 60 | B4 | A | 2F | 0 | 1D | 11F | 24 | 36 |
| Octal | 242 | 140 | 264 | 12 | 57 | 0 | 35 | 437 | 44 | 66 |
| Binary | 10100010 | 1100000 | 10110100 | 1010 | 101111 | 0 | 11101 | 100011111 | 100100 | 110110 |
Color Harmonies of #A260B4
Complementary color
Monochromatic Colors of #A260B4
Black with #A260B4
Text Example
Text Example
White with #A260B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A260B4; }
p { color: rgb(162,96,180); }
H1.HeaderClassName
{
color: #A260B4;
}
.AnyTagClassName
{
color: #A260B4;
}
</style>
background-color css
<style>
a { background-color: #A260B4; }
a { background-color: rgb(162,96,180); }
div.DivClassName
{
background-color: #A260B4;
}
.BgClassName
{
background-color: #A260B4;
}
</style>
border-color css
<style>
span { border-color: #A260B4; }
span { border-color: rgb(162,96,180); }
td.TdClassName
{
border-color: #A260B4;
}
.TagClassName
{
border-color: #A260B4;
}
</style>