Shades of Deep Lilac #A463BD
Tints of Deep Lilac #A463BD
RGB
CMYK
RGB Variations
Color information
#A463BD (or 0xA463BD) is known color: Deep Lilac. HEX triplet: A4, 63 and BD. RGB value is (164,99,189). Sum of RGB (Red+Green+Blue) = 164+99+189=452 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.28% from 452); Green value is 99 (39.06% from 255 or 21.90% from 452); Blue value is 189 (74.22% from 255 or 41.81% from 452); Max value from RGB is 189 - color contains mainly: blue. Hex color #A463BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A463BD is #5B9C42. Grayscale: #808080. Windows color (decimal): -6003779 or 12411812. OLE color: 12411812.
HSL color Cylindrical-coordinate representation of color #A463BD: hue angle of 283.33º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A463BD is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 99 | 189 | - |
| CMYK | 0.13 | 0.48 | 0 | 0.26 |
| HSL | 283.33º | 0.41% | 0.56% | - |
| HSV(B) | 283.33º | 0.48% | 0.74% | - |
| XYZ | 28.96 | 20.49 | 50.57 | - |
| YUV | 128.7 | 162.03 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 99 | 189 | 0.13 | 0.48 | 0 | 0.26 | 283.33 | 0.41 | 0.56 |
| Hex | A4 | 63 | BD | D | 30 | 0 | 1A | 11B | 29 | 38 |
| Octal | 244 | 143 | 275 | 15 | 60 | 0 | 32 | 433 | 51 | 70 |
| Binary | 10100100 | 1100011 | 10111101 | 1101 | 110000 | 0 | 11010 | 100011011 | 101001 | 111000 |
Color Harmonies of #A463BD
Complementary color
Monochromatic Colors of #A463BD
Black with #A463BD
Text Example
Text Example
White with #A463BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A463BD; }
p { color: rgb(164,99,189); }
H1.HeaderClassName
{
color: #A463BD;
}
.AnyTagClassName
{
color: #A463BD;
}
</style>
background-color css
<style>
a { background-color: #A463BD; }
a { background-color: rgb(164,99,189); }
div.DivClassName
{
background-color: #A463BD;
}
.BgClassName
{
background-color: #A463BD;
}
</style>
border-color css
<style>
span { border-color: #A463BD; }
span { border-color: rgb(164,99,189); }
td.TdClassName
{
border-color: #A463BD;
}
.TagClassName
{
border-color: #A463BD;
}
</style>