Shades of Deep Lilac #A64FB6
Tints of Deep Lilac #A64FB6
RGB
CMYK
RGB Variations
Color information
#A64FB6 (or 0xA64FB6) is known color: Deep Lilac. HEX triplet: A6, 4F and B6. RGB value is (166,79,182). Sum of RGB (Red+Green+Blue) = 166+79+182=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 79 (31.25% from 255 or 18.50% from 427); Blue value is 182 (71.48% from 255 or 42.62% from 427); Max value from RGB is 182 - color contains mainly: blue. Hex color #A64FB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A64FB6 is #59B049. Grayscale: #747474. Windows color (decimal): -5877834 or 11947942. OLE color: 11947942.
HSL color Cylindrical-coordinate representation of color #A64FB6: hue angle of 290.68º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A64FB6 is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 166 | 79 | 182 | - |
| CMYK | 0.09 | 0.57 | 0 | 0.29 |
| HSL | 290.68º | 0.41% | 0.51% | - |
| HSV(B) | 290.68º | 0.57% | 0.71% | - |
| XYZ | 26.97 | 17.08 | 46.13 | - |
| YUV | 116.76 | 164.82 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 79 | 182 | 0.09 | 0.57 | 0 | 0.29 | 290.68 | 0.41 | 0.51 |
| Hex | A6 | 4F | B6 | 9 | 39 | 0 | 1D | 123 | 29 | 33 |
| Octal | 246 | 117 | 266 | 11 | 71 | 0 | 35 | 443 | 51 | 63 |
| Binary | 10100110 | 1001111 | 10110110 | 1001 | 111001 | 0 | 11101 | 100100011 | 101001 | 110011 |
Color Harmonies of #A64FB6
Complementary color
Monochromatic Colors of #A64FB6
Black with #A64FB6
Text Example
Text Example
White with #A64FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64FB6; }
p { color: rgb(166,79,182); }
H1.HeaderClassName
{
color: #A64FB6;
}
.AnyTagClassName
{
color: #A64FB6;
}
</style>
background-color css
<style>
a { background-color: #A64FB6; }
a { background-color: rgb(166,79,182); }
div.DivClassName
{
background-color: #A64FB6;
}
.BgClassName
{
background-color: #A64FB6;
}
</style>
border-color css
<style>
span { border-color: #A64FB6; }
span { border-color: rgb(166,79,182); }
td.TdClassName
{
border-color: #A64FB6;
}
.TagClassName
{
border-color: #A64FB6;
}
</style>