Shades of Deep Lilac #A64BC4
Tints of Deep Lilac #A64BC4
RGB
CMYK
RGB Variations
Color information
#A64BC4 (or 0xA64BC4) is known color: Deep Lilac. HEX triplet: A6, 4B and C4. RGB value is (166,75,196). Sum of RGB (Red+Green+Blue) = 166+75+196=437 (57% of max value = 765). Red value is 166 (65.23% from 255 or 37.99% from 437); Green value is 75 (29.69% from 255 or 17.16% from 437); Blue value is 196 (76.95% from 255 or 44.85% from 437); Max value from RGB is 196 - color contains mainly: blue. Hex color #A64BC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A64BC4 is #59B43B. Grayscale: #737373. Windows color (decimal): -5878844 or 12864422. OLE color: 12864422.
HSL color Cylindrical-coordinate representation of color #A64BC4: hue angle of 285.12º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A64BC4 is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 166 | 75 | 196 | - |
| CMYK | 0.15 | 0.62 | 0 | 0.23 |
| HSL | 285.12º | 0.51% | 0.53% | - |
| HSV(B) | 285.12º | 0.62% | 0.77% | - |
| XYZ | 28.21 | 17.12 | 54.04 | - |
| YUV | 116 | 173.15 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 75 | 196 | 0.15 | 0.62 | 0 | 0.23 | 285.12 | 0.51 | 0.53 |
| Hex | A6 | 4B | C4 | F | 3E | 0 | 17 | 11D | 33 | 35 |
| Octal | 246 | 113 | 304 | 17 | 76 | 0 | 27 | 435 | 63 | 65 |
| Binary | 10100110 | 1001011 | 11000100 | 1111 | 111110 | 0 | 10111 | 100011101 | 110011 | 110101 |
Color Harmonies of #A64BC4
Complementary color
Monochromatic Colors of #A64BC4
Black with #A64BC4
Text Example
Text Example
White with #A64BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64BC4; }
p { color: rgb(166,75,196); }
H1.HeaderClassName
{
color: #A64BC4;
}
.AnyTagClassName
{
color: #A64BC4;
}
</style>
background-color css
<style>
a { background-color: #A64BC4; }
a { background-color: rgb(166,75,196); }
div.DivClassName
{
background-color: #A64BC4;
}
.BgClassName
{
background-color: #A64BC4;
}
</style>
border-color css
<style>
span { border-color: #A64BC4; }
span { border-color: rgb(166,75,196); }
td.TdClassName
{
border-color: #A64BC4;
}
.TagClassName
{
border-color: #A64BC4;
}
</style>