Shades of Deep Lilac #A062AF
Tints of Deep Lilac #A062AF
RGB
CMYK
RGB Variations
Color information
#A062AF (or 0xA062AF) is known color: Deep Lilac. HEX triplet: A0, 62 and AF. RGB value is (160,98,175). Sum of RGB (Red+Green+Blue) = 160+98+175=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 98 (38.67% from 255 or 22.63% from 433); Blue value is 175 (68.75% from 255 or 40.42% from 433); Max value from RGB is 175 - color contains mainly: blue. Hex color #A062AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A062AF is #5F9D50. Grayscale: #7D7D7D. Windows color (decimal): -6266193 or 11494048. OLE color: 11494048.
HSL color Cylindrical-coordinate representation of color #A062AF: hue angle of 288.31º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A062AF is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 98 | 175 | - |
| CMYK | 0.09 | 0.44 | 0 | 0.31 |
| HSL | 288.31º | 0.32% | 0.54% | - |
| HSV(B) | 288.31º | 0.44% | 0.69% | - |
| XYZ | 26.6 | 19.3 | 42.88 | - |
| YUV | 125.32 | 156.04 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 98 | 175 | 0.09 | 0.44 | 0 | 0.31 | 288.31 | 0.32 | 0.54 |
| Hex | A0 | 62 | AF | 9 | 2C | 0 | 1F | 120 | 20 | 36 |
| Octal | 240 | 142 | 257 | 11 | 54 | 0 | 37 | 440 | 40 | 66 |
| Binary | 10100000 | 1100010 | 10101111 | 1001 | 101100 | 0 | 11111 | 100100000 | 100000 | 110110 |
Color Harmonies of #A062AF
Complementary color
Monochromatic Colors of #A062AF
Black with #A062AF
Text Example
Text Example
White with #A062AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A062AF; }
p { color: rgb(160,98,175); }
H1.HeaderClassName
{
color: #A062AF;
}
.AnyTagClassName
{
color: #A062AF;
}
</style>
background-color css
<style>
a { background-color: #A062AF; }
a { background-color: rgb(160,98,175); }
div.DivClassName
{
background-color: #A062AF;
}
.BgClassName
{
background-color: #A062AF;
}
</style>
border-color css
<style>
span { border-color: #A062AF; }
span { border-color: rgb(160,98,175); }
td.TdClassName
{
border-color: #A062AF;
}
.TagClassName
{
border-color: #A062AF;
}
</style>