Shades of Deep Lilac #A064B3
Tints of Deep Lilac #A064B3
RGB
CMYK
RGB Variations
Color information
#A064B3 (or 0xA064B3) is known color: Deep Lilac. HEX triplet: A0, 64 and B3. RGB value is (160,100,179). Sum of RGB (Red+Green+Blue) = 160+100+179=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 100 (39.45% from 255 or 22.78% from 439); Blue value is 179 (70.31% from 255 or 40.77% from 439); Max value from RGB is 179 - color contains mainly: blue. Hex color #A064B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A064B3 is #5F9B4C. Grayscale: #7E7E7E. Windows color (decimal): -6265677 or 11756704. OLE color: 11756704.
HSL color Cylindrical-coordinate representation of color #A064B3: hue angle of 285.57º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A064B3 is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 160 | 100 | 179 | - |
| CMYK | 0.11 | 0.44 | 0 | 0.30 |
| HSL | 285.57º | 0.34% | 0.55% | - |
| HSV(B) | 285.57º | 0.44% | 0.7% | - |
| XYZ | 27.19 | 19.84 | 45.04 | - |
| YUV | 126.95 | 157.38 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 100 | 179 | 0.11 | 0.44 | 0 | 0.30 | 285.57 | 0.34 | 0.55 |
| Hex | A0 | 64 | B3 | B | 2C | 0 | 1E | 11E | 22 | 37 |
| Octal | 240 | 144 | 263 | 13 | 54 | 0 | 36 | 436 | 42 | 67 |
| Binary | 10100000 | 1100100 | 10110011 | 1011 | 101100 | 0 | 11110 | 100011110 | 100010 | 110111 |
Color Harmonies of #A064B3
Complementary color
Monochromatic Colors of #A064B3
Black with #A064B3
Text Example
Text Example
White with #A064B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A064B3; }
p { color: rgb(160,100,179); }
H1.HeaderClassName
{
color: #A064B3;
}
.AnyTagClassName
{
color: #A064B3;
}
</style>
background-color css
<style>
a { background-color: #A064B3; }
a { background-color: rgb(160,100,179); }
div.DivClassName
{
background-color: #A064B3;
}
.BgClassName
{
background-color: #A064B3;
}
</style>
border-color css
<style>
span { border-color: #A064B3; }
span { border-color: rgb(160,100,179); }
td.TdClassName
{
border-color: #A064B3;
}
.TagClassName
{
border-color: #A064B3;
}
</style>