Shades of Deep Lilac #A260BF
Tints of Deep Lilac #A260BF
RGB
CMYK
RGB Variations
Color information
#A260BF (or 0xA260BF) is known color: Deep Lilac. HEX triplet: A2, 60 and BF. RGB value is (162,96,191). Sum of RGB (Red+Green+Blue) = 162+96+191=449 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.08% from 449); Green value is 96 (37.89% from 255 or 21.38% from 449); Blue value is 191 (75% from 255 or 42.54% from 449); Max value from RGB is 191 - color contains mainly: blue. Hex color #A260BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A260BF is #5D9F40. Grayscale: #7E7E7E. Windows color (decimal): -6135617 or 12542114. OLE color: 12542114.
HSL color Cylindrical-coordinate representation of color #A260BF: hue angle of 281.68º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A260BF is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 96 | 191 | - |
| CMYK | 0.15 | 0.50 | 0 | 0.25 |
| HSL | 281.68º | 0.43% | 0.56% | - |
| HSV(B) | 281.68º | 0.5% | 0.75% | - |
| XYZ | 28.49 | 19.81 | 51.61 | - |
| YUV | 126.56 | 164.37 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 96 | 191 | 0.15 | 0.50 | 0 | 0.25 | 281.68 | 0.43 | 0.56 |
| Hex | A2 | 60 | BF | F | 32 | 0 | 19 | 11A | 2B | 38 |
| Octal | 242 | 140 | 277 | 17 | 62 | 0 | 31 | 432 | 53 | 70 |
| Binary | 10100010 | 1100000 | 10111111 | 1111 | 110010 | 0 | 11001 | 100011010 | 101011 | 111000 |
Color Harmonies of #A260BF
Complementary color
Monochromatic Colors of #A260BF
Black with #A260BF
Text Example
Text Example
White with #A260BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A260BF; }
p { color: rgb(162,96,191); }
H1.HeaderClassName
{
color: #A260BF;
}
.AnyTagClassName
{
color: #A260BF;
}
</style>
background-color css
<style>
a { background-color: #A260BF; }
a { background-color: rgb(162,96,191); }
div.DivClassName
{
background-color: #A260BF;
}
.BgClassName
{
background-color: #A260BF;
}
</style>
border-color css
<style>
span { border-color: #A260BF; }
span { border-color: rgb(162,96,191); }
td.TdClassName
{
border-color: #A260BF;
}
.TagClassName
{
border-color: #A260BF;
}
</style>