Shades of Deep Lilac #A644AF
Tints of Deep Lilac #A644AF
RGB
CMYK
RGB Variations
Color information
#A644AF (or 0xA644AF) is known color: Deep Lilac. HEX triplet: A6, 44 and AF. RGB value is (166,68,175). Sum of RGB (Red+Green+Blue) = 166+68+175=409 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.59% from 409); Green value is 68 (26.95% from 255 or 16.63% from 409); Blue value is 175 (68.75% from 255 or 42.79% from 409); Max value from RGB is 175 - color contains mainly: blue. Hex color #A644AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A644AF is #59BB50. Grayscale: #6D6D6D. Windows color (decimal): -5880657 or 11486374. OLE color: 11486374.
HSL color Cylindrical-coordinate representation of color #A644AF: hue angle of 294.95º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A644AF is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 68 | 175 | - |
| CMYK | 0.05 | 0.61 | 0 | 0.31 |
| HSL | 294.95º | 0.44% | 0.48% | - |
| HSV(B) | 294.95º | 0.61% | 0.69% | - |
| XYZ | 25.53 | 15.34 | 42.17 | - |
| YUV | 109.5 | 164.97 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 68 | 175 | 0.05 | 0.61 | 0 | 0.31 | 294.95 | 0.44 | 0.48 |
| Hex | A6 | 44 | AF | 5 | 3D | 0 | 1F | 127 | 2C | 30 |
| Octal | 246 | 104 | 257 | 5 | 75 | 0 | 37 | 447 | 54 | 60 |
| Binary | 10100110 | 1000100 | 10101111 | 101 | 111101 | 0 | 11111 | 100100111 | 101100 | 110000 |
Color Harmonies of #A644AF
Complementary color
Monochromatic Colors of #A644AF
Black with #A644AF
Text Example
Text Example
White with #A644AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A644AF; }
p { color: rgb(166,68,175); }
H1.HeaderClassName
{
color: #A644AF;
}
.AnyTagClassName
{
color: #A644AF;
}
</style>
background-color css
<style>
a { background-color: #A644AF; }
a { background-color: rgb(166,68,175); }
div.DivClassName
{
background-color: #A644AF;
}
.BgClassName
{
background-color: #A644AF;
}
</style>
border-color css
<style>
span { border-color: #A644AF; }
span { border-color: rgb(166,68,175); }
td.TdClassName
{
border-color: #A644AF;
}
.TagClassName
{
border-color: #A644AF;
}
</style>