Shades of Deep Lilac #A064B0
Tints of Deep Lilac #A064B0
RGB
CMYK
RGB Variations
Color information
#A064B0 (or 0xA064B0) is known color: Deep Lilac. HEX triplet: A0, 64 and B0. RGB value is (160,100,176). Sum of RGB (Red+Green+Blue) = 160+100+176=436 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.70% from 436); Green value is 100 (39.45% from 255 or 22.94% from 436); Blue value is 176 (69.14% from 255 or 40.37% from 436); Max value from RGB is 176 - color contains mainly: blue. Hex color #A064B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A064B0 is #5F9B4F. Grayscale: #7E7E7E. Windows color (decimal): -6265680 or 11560096. OLE color: 11560096.
HSL color Cylindrical-coordinate representation of color #A064B0: hue angle of 287.37º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A064B0 is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 100 | 176 | - |
| CMYK | 0.09 | 0.43 | 0 | 0.31 |
| HSL | 287.37º | 0.32% | 0.54% | - |
| HSV(B) | 287.37º | 0.43% | 0.69% | - |
| XYZ | 26.89 | 19.72 | 43.46 | - |
| YUV | 126.6 | 155.88 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 100 | 176 | 0.09 | 0.43 | 0 | 0.31 | 287.37 | 0.32 | 0.54 |
| Hex | A0 | 64 | B0 | 9 | 2B | 0 | 1F | 11F | 20 | 36 |
| Octal | 240 | 144 | 260 | 11 | 53 | 0 | 37 | 437 | 40 | 66 |
| Binary | 10100000 | 1100100 | 10110000 | 1001 | 101011 | 0 | 11111 | 100011111 | 100000 | 110110 |
Color Harmonies of #A064B0
Complementary color
Monochromatic Colors of #A064B0
Black with #A064B0
Text Example
Text Example
White with #A064B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A064B0; }
p { color: rgb(160,100,176); }
H1.HeaderClassName
{
color: #A064B0;
}
.AnyTagClassName
{
color: #A064B0;
}
</style>
background-color css
<style>
a { background-color: #A064B0; }
a { background-color: rgb(160,100,176); }
div.DivClassName
{
background-color: #A064B0;
}
.BgClassName
{
background-color: #A064B0;
}
</style>
border-color css
<style>
span { border-color: #A064B0; }
span { border-color: rgb(160,100,176); }
td.TdClassName
{
border-color: #A064B0;
}
.TagClassName
{
border-color: #A064B0;
}
</style>