Shades of Deep Lilac #A465B5
Tints of Deep Lilac #A465B5
RGB
CMYK
RGB Variations
Color information
#A465B5 (or 0xA465B5) is known color: Deep Lilac. HEX triplet: A4, 65 and B5. RGB value is (164,101,181). Sum of RGB (Red+Green+Blue) = 164+101+181=446 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.77% from 446); Green value is 101 (39.84% from 255 or 22.65% from 446); Blue value is 181 (71.09% from 255 or 40.58% from 446); Max value from RGB is 181 - color contains mainly: blue. Hex color #A465B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A465B5 is #5B9A4A. Grayscale: #808080. Windows color (decimal): -6003275 or 11888036. OLE color: 11888036.
HSL color Cylindrical-coordinate representation of color #A465B5: hue angle of 287.25º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A465B5 is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 164 | 101 | 181 | - |
| CMYK | 0.09 | 0.44 | 0 | 0.29 |
| HSL | 287.25º | 0.35% | 0.55% | - |
| HSV(B) | 287.25º | 0.44% | 0.71% | - |
| XYZ | 28.3 | 20.54 | 46.19 | - |
| YUV | 128.96 | 157.37 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 101 | 181 | 0.09 | 0.44 | 0 | 0.29 | 287.25 | 0.35 | 0.55 |
| Hex | A4 | 65 | B5 | 9 | 2C | 0 | 1D | 11F | 23 | 37 |
| Octal | 244 | 145 | 265 | 11 | 54 | 0 | 35 | 437 | 43 | 67 |
| Binary | 10100100 | 1100101 | 10110101 | 1001 | 101100 | 0 | 11101 | 100011111 | 100011 | 110111 |
Color Harmonies of #A465B5
Complementary color
Monochromatic Colors of #A465B5
Black with #A465B5
Text Example
Text Example
White with #A465B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A465B5; }
p { color: rgb(164,101,181); }
H1.HeaderClassName
{
color: #A465B5;
}
.AnyTagClassName
{
color: #A465B5;
}
</style>
background-color css
<style>
a { background-color: #A465B5; }
a { background-color: rgb(164,101,181); }
div.DivClassName
{
background-color: #A465B5;
}
.BgClassName
{
background-color: #A465B5;
}
</style>
border-color css
<style>
span { border-color: #A465B5; }
span { border-color: rgb(164,101,181); }
td.TdClassName
{
border-color: #A465B5;
}
.TagClassName
{
border-color: #A465B5;
}
</style>