Shades of Deep Lilac #A442AF
Tints of Deep Lilac #A442AF
RGB
CMYK
RGB Variations
Color information
#A442AF (or 0xA442AF) is known color: Deep Lilac. HEX triplet: A4, 42 and AF. RGB value is (164,66,175). Sum of RGB (Red+Green+Blue) = 164+66+175=405 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.49% from 405); Green value is 66 (26.17% from 255 or 16.30% from 405); Blue value is 175 (68.75% from 255 or 43.21% from 405); Max value from RGB is 175 - color contains mainly: blue. Hex color #A442AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A442AF is #5BBD50. Grayscale: #6B6B6B. Windows color (decimal): -6012241 or 11485860. OLE color: 11485860.
HSL color Cylindrical-coordinate representation of color #A442AF: hue angle of 293.94º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A442AF is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 164 | 66 | 175 | - |
| CMYK | 0.06 | 0.62 | 0 | 0.31 |
| HSL | 293.94º | 0.45% | 0.47% | - |
| HSV(B) | 293.94º | 0.62% | 0.69% | - |
| XYZ | 25 | 14.88 | 42.11 | - |
| YUV | 107.73 | 165.97 | 168.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 66 | 175 | 0.06 | 0.62 | 0 | 0.31 | 293.94 | 0.45 | 0.47 |
| Hex | A4 | 42 | AF | 6 | 3E | 0 | 1F | 126 | 2D | 2F |
| Octal | 244 | 102 | 257 | 6 | 76 | 0 | 37 | 446 | 55 | 57 |
| Binary | 10100100 | 1000010 | 10101111 | 110 | 111110 | 0 | 11111 | 100100110 | 101101 | 101111 |
Color Harmonies of #A442AF
Complementary color
Monochromatic Colors of #A442AF
Black with #A442AF
Text Example
Text Example
White with #A442AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A442AF; }
p { color: rgb(164,66,175); }
H1.HeaderClassName
{
color: #A442AF;
}
.AnyTagClassName
{
color: #A442AF;
}
</style>
background-color css
<style>
a { background-color: #A442AF; }
a { background-color: rgb(164,66,175); }
div.DivClassName
{
background-color: #A442AF;
}
.BgClassName
{
background-color: #A442AF;
}
</style>
border-color css
<style>
span { border-color: #A442AF; }
span { border-color: rgb(164,66,175); }
td.TdClassName
{
border-color: #A442AF;
}
.TagClassName
{
border-color: #A442AF;
}
</style>