Shades of Deep Lilac #A46BB8
Tints of Deep Lilac #A46BB8
RGB
CMYK
RGB Variations
Color information
#A46BB8 (or 0xA46BB8) is known color: Deep Lilac. HEX triplet: A4, 6B and B8. RGB value is (164,107,184). Sum of RGB (Red+Green+Blue) = 164+107+184=455 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.04% from 455); Green value is 107 (42.19% from 255 or 23.52% from 455); Blue value is 184 (72.27% from 255 or 40.44% from 455); Max value from RGB is 184 - color contains mainly: blue. Hex color #A46BB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46BB8 is #5B9447. Grayscale: #848484. Windows color (decimal): -6001736 or 12086180. OLE color: 12086180.
HSL color Cylindrical-coordinate representation of color #A46BB8: hue angle of 284.42º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A46BB8 is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 164 | 107 | 184 | - |
| CMYK | 0.11 | 0.42 | 0 | 0.28 |
| HSL | 284.42º | 0.35% | 0.57% | - |
| HSV(B) | 284.42º | 0.42% | 0.72% | - |
| XYZ | 29.22 | 21.87 | 48.03 | - |
| YUV | 132.82 | 156.88 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 107 | 184 | 0.11 | 0.42 | 0 | 0.28 | 284.42 | 0.35 | 0.57 |
| Hex | A4 | 6B | B8 | B | 2A | 0 | 1C | 11C | 23 | 39 |
| Octal | 244 | 153 | 270 | 13 | 52 | 0 | 34 | 434 | 43 | 71 |
| Binary | 10100100 | 1101011 | 10111000 | 1011 | 101010 | 0 | 11100 | 100011100 | 100011 | 111001 |
Color Harmonies of #A46BB8
Complementary color
Monochromatic Colors of #A46BB8
Black with #A46BB8
Text Example
Text Example
White with #A46BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46BB8; }
p { color: rgb(164,107,184); }
H1.HeaderClassName
{
color: #A46BB8;
}
.AnyTagClassName
{
color: #A46BB8;
}
</style>
background-color css
<style>
a { background-color: #A46BB8; }
a { background-color: rgb(164,107,184); }
div.DivClassName
{
background-color: #A46BB8;
}
.BgClassName
{
background-color: #A46BB8;
}
</style>
border-color css
<style>
span { border-color: #A46BB8; }
span { border-color: rgb(164,107,184); }
td.TdClassName
{
border-color: #A46BB8;
}
.TagClassName
{
border-color: #A46BB8;
}
</style>