Shades of Deep Lilac #A065B6
Tints of Deep Lilac #A065B6
RGB
CMYK
RGB Variations
Color information
#A065B6 (or 0xA065B6) is known color: Deep Lilac. HEX triplet: A0, 65 and B6. RGB value is (160,101,182). Sum of RGB (Red+Green+Blue) = 160+101+182=443 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.12% from 443); Green value is 101 (39.84% from 255 or 22.80% from 443); Blue value is 182 (71.48% from 255 or 41.08% from 443); Max value from RGB is 182 - color contains mainly: blue. Hex color #A065B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A065B6 is #5F9A49. Grayscale: #7F7F7F. Windows color (decimal): -6265418 or 11953568. OLE color: 11953568.
HSL color Cylindrical-coordinate representation of color #A065B6: hue angle of 283.7º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A065B6 is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 101 | 182 | - |
| CMYK | 0.12 | 0.45 | 0 | 0.29 |
| HSL | 283.7º | 0.36% | 0.55% | - |
| HSV(B) | 283.7º | 0.45% | 0.71% | - |
| XYZ | 27.59 | 20.16 | 46.69 | - |
| YUV | 127.88 | 158.55 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 101 | 182 | 0.12 | 0.45 | 0 | 0.29 | 283.7 | 0.36 | 0.55 |
| Hex | A0 | 65 | B6 | C | 2D | 0 | 1D | 11C | 24 | 37 |
| Octal | 240 | 145 | 266 | 14 | 55 | 0 | 35 | 434 | 44 | 67 |
| Binary | 10100000 | 1100101 | 10110110 | 1100 | 101101 | 0 | 11101 | 100011100 | 100100 | 110111 |
Color Harmonies of #A065B6
Complementary color
Monochromatic Colors of #A065B6
Black with #A065B6
Text Example
Text Example
White with #A065B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A065B6; }
p { color: rgb(160,101,182); }
H1.HeaderClassName
{
color: #A065B6;
}
.AnyTagClassName
{
color: #A065B6;
}
</style>
background-color css
<style>
a { background-color: #A065B6; }
a { background-color: rgb(160,101,182); }
div.DivClassName
{
background-color: #A065B6;
}
.BgClassName
{
background-color: #A065B6;
}
</style>
border-color css
<style>
span { border-color: #A065B6; }
span { border-color: rgb(160,101,182); }
td.TdClassName
{
border-color: #A065B6;
}
.TagClassName
{
border-color: #A065B6;
}
</style>