Shades of Deep Lilac #A440AF
Tints of Deep Lilac #A440AF
RGB
CMYK
RGB Variations
Color information
#A440AF (or 0xA440AF) is known color: Deep Lilac. HEX triplet: A4, 40 and AF. RGB value is (164,64,175). Sum of RGB (Red+Green+Blue) = 164+64+175=403 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.69% from 403); Green value is 64 (25.39% from 255 or 15.88% from 403); Blue value is 175 (68.75% from 255 or 43.42% from 403); Max value from RGB is 175 - color contains mainly: blue. Hex color #A440AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A440AF is #5BBF50. Grayscale: #6A6A6A. Windows color (decimal): -6012753 or 11485348. OLE color: 11485348.
HSL color Cylindrical-coordinate representation of color #A440AF: hue angle of 294.05º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A440AF is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 164 | 64 | 175 | - |
| CMYK | 0.06 | 0.63 | 0 | 0.31 |
| HSL | 294.05º | 0.46% | 0.47% | - |
| HSV(B) | 294.05º | 0.63% | 0.69% | - |
| XYZ | 24.88 | 14.65 | 42.07 | - |
| YUV | 106.55 | 166.63 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 64 | 175 | 0.06 | 0.63 | 0 | 0.31 | 294.05 | 0.46 | 0.47 |
| Hex | A4 | 40 | AF | 6 | 3F | 0 | 1F | 126 | 2E | 2F |
| Octal | 244 | 100 | 257 | 6 | 77 | 0 | 37 | 446 | 56 | 57 |
| Binary | 10100100 | 1000000 | 10101111 | 110 | 111111 | 0 | 11111 | 100100110 | 101110 | 101111 |
Color Harmonies of #A440AF
Complementary color
Monochromatic Colors of #A440AF
Black with #A440AF
Text Example
Text Example
White with #A440AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A440AF; }
p { color: rgb(164,64,175); }
H1.HeaderClassName
{
color: #A440AF;
}
.AnyTagClassName
{
color: #A440AF;
}
</style>
background-color css
<style>
a { background-color: #A440AF; }
a { background-color: rgb(164,64,175); }
div.DivClassName
{
background-color: #A440AF;
}
.BgClassName
{
background-color: #A440AF;
}
</style>
border-color css
<style>
span { border-color: #A440AF; }
span { border-color: rgb(164,64,175); }
td.TdClassName
{
border-color: #A440AF;
}
.TagClassName
{
border-color: #A440AF;
}
</style>