Shades of Deep Lilac #A062BE
Tints of Deep Lilac #A062BE
RGB
CMYK
RGB Variations
Color information
#A062BE (or 0xA062BE) is known color: Deep Lilac. HEX triplet: A0, 62 and BE. RGB value is (160,98,190). Sum of RGB (Red+Green+Blue) = 160+98+190=448 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.71% from 448); Green value is 98 (38.67% from 255 or 21.88% 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 #A062BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A062BE is #5F9D41. Grayscale: #7E7E7E. Windows color (decimal): -6266178 or 12477088. OLE color: 12477088.
HSL color Cylindrical-coordinate representation of color #A062BE: hue angle of 280.43º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A062BE is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 98 | 190 | - |
| CMYK | 0.16 | 0.48 | 0 | 0.25 |
| HSL | 280.43º | 0.41% | 0.56% | - |
| HSV(B) | 280.43º | 0.48% | 0.75% | - |
| XYZ | 28.16 | 19.93 | 51.08 | - |
| YUV | 127.03 | 163.54 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 98 | 190 | 0.16 | 0.48 | 0 | 0.25 | 280.43 | 0.41 | 0.56 |
| Hex | A0 | 62 | BE | 10 | 30 | 0 | 19 | 118 | 29 | 38 |
| Octal | 240 | 142 | 276 | 20 | 60 | 0 | 31 | 430 | 51 | 70 |
| Binary | 10100000 | 1100010 | 10111110 | 10000 | 110000 | 0 | 11001 | 100011000 | 101001 | 111000 |
Color Harmonies of #A062BE
Complementary color
Monochromatic Colors of #A062BE
Black with #A062BE
Text Example
Text Example
White with #A062BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A062BE; }
p { color: rgb(160,98,190); }
H1.HeaderClassName
{
color: #A062BE;
}
.AnyTagClassName
{
color: #A062BE;
}
</style>
background-color css
<style>
a { background-color: #A062BE; }
a { background-color: rgb(160,98,190); }
div.DivClassName
{
background-color: #A062BE;
}
.BgClassName
{
background-color: #A062BE;
}
</style>
border-color css
<style>
span { border-color: #A062BE; }
span { border-color: rgb(160,98,190); }
td.TdClassName
{
border-color: #A062BE;
}
.TagClassName
{
border-color: #A062BE;
}
</style>