Shades of Deep Lilac #A065B7
Tints of Deep Lilac #A065B7
RGB
CMYK
RGB Variations
Color information
#A065B7 (or 0xA065B7) is known color: Deep Lilac. HEX triplet: A0, 65 and B7. RGB value is (160,101,183). Sum of RGB (Red+Green+Blue) = 160+101+183=444 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.04% from 444); Green value is 101 (39.84% from 255 or 22.75% from 444); Blue value is 183 (71.88% from 255 or 41.22% from 444); Max value from RGB is 183 - color contains mainly: blue. Hex color #A065B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A065B7 is #5F9A48. Grayscale: #7F7F7F. Windows color (decimal): -6265417 or 12019104. OLE color: 12019104.
HSL color Cylindrical-coordinate representation of color #A065B7: hue angle of 283.17º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A065B7 is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 160 | 101 | 183 | - |
| CMYK | 0.13 | 0.45 | 0 | 0.28 |
| HSL | 283.17º | 0.36% | 0.56% | - |
| HSV(B) | 283.17º | 0.45% | 0.72% | - |
| XYZ | 27.7 | 20.2 | 47.24 | - |
| YUV | 127.99 | 159.05 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 101 | 183 | 0.13 | 0.45 | 0 | 0.28 | 283.17 | 0.36 | 0.56 |
| Hex | A0 | 65 | B7 | D | 2D | 0 | 1C | 11B | 24 | 38 |
| Octal | 240 | 145 | 267 | 15 | 55 | 0 | 34 | 433 | 44 | 70 |
| Binary | 10100000 | 1100101 | 10110111 | 1101 | 101101 | 0 | 11100 | 100011011 | 100100 | 111000 |
Color Harmonies of #A065B7
Complementary color
Monochromatic Colors of #A065B7
Black with #A065B7
Text Example
Text Example
White with #A065B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A065B7; }
p { color: rgb(160,101,183); }
H1.HeaderClassName
{
color: #A065B7;
}
.AnyTagClassName
{
color: #A065B7;
}
</style>
background-color css
<style>
a { background-color: #A065B7; }
a { background-color: rgb(160,101,183); }
div.DivClassName
{
background-color: #A065B7;
}
.BgClassName
{
background-color: #A065B7;
}
</style>
border-color css
<style>
span { border-color: #A065B7; }
span { border-color: rgb(160,101,183); }
td.TdClassName
{
border-color: #A065B7;
}
.TagClassName
{
border-color: #A065B7;
}
</style>