Shades of Deep Lilac #A465B7
Tints of Deep Lilac #A465B7
RGB
CMYK
RGB Variations
Color information
#A465B7 (or 0xA465B7) is known color: Deep Lilac. HEX triplet: A4, 65 and B7. RGB value is (164,101,183). Sum of RGB (Red+Green+Blue) = 164+101+183=448 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.61% from 448); Green value is 101 (39.84% from 255 or 22.54% from 448); Blue value is 183 (71.88% from 255 or 40.85% from 448); Max value from RGB is 183 - color contains mainly: blue. Hex color #A465B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A465B7 is #5B9A48. Grayscale: #808080. Windows color (decimal): -6003273 or 12019108. OLE color: 12019108.
HSL color Cylindrical-coordinate representation of color #A465B7: hue angle of 286.1º 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 #A465B7 is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 164 | 101 | 183 | - |
| CMYK | 0.10 | 0.45 | 0 | 0.28 |
| HSL | 286.1º | 0.36% | 0.56% | - |
| HSV(B) | 286.1º | 0.45% | 0.72% | - |
| XYZ | 28.51 | 20.62 | 47.28 | - |
| YUV | 129.19 | 158.37 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 101 | 183 | 0.10 | 0.45 | 0 | 0.28 | 286.1 | 0.36 | 0.56 |
| Hex | A4 | 65 | B7 | A | 2D | 0 | 1C | 11E | 24 | 38 |
| Octal | 244 | 145 | 267 | 12 | 55 | 0 | 34 | 436 | 44 | 70 |
| Binary | 10100100 | 1100101 | 10110111 | 1010 | 101101 | 0 | 11100 | 100011110 | 100100 | 111000 |
Color Harmonies of #A465B7
Complementary color
Monochromatic Colors of #A465B7
Black with #A465B7
Text Example
Text Example
White with #A465B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A465B7; }
p { color: rgb(164,101,183); }
H1.HeaderClassName
{
color: #A465B7;
}
.AnyTagClassName
{
color: #A465B7;
}
</style>
background-color css
<style>
a { background-color: #A465B7; }
a { background-color: rgb(164,101,183); }
div.DivClassName
{
background-color: #A465B7;
}
.BgClassName
{
background-color: #A465B7;
}
</style>
border-color css
<style>
span { border-color: #A465B7; }
span { border-color: rgb(164,101,183); }
td.TdClassName
{
border-color: #A465B7;
}
.TagClassName
{
border-color: #A465B7;
}
</style>