Shades of Deep Lilac #A042AF
Tints of Deep Lilac #A042AF
RGB
CMYK
RGB Variations
Color information
#A042AF (or 0xA042AF) is known color: Deep Lilac. HEX triplet: A0, 42 and AF. RGB value is (160,66,175). Sum of RGB (Red+Green+Blue) = 160+66+175=401 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.90% from 401); Green value is 66 (26.17% from 255 or 16.46% from 401); Blue value is 175 (68.75% from 255 or 43.64% from 401); Max value from RGB is 175 - color contains mainly: blue. Hex color #A042AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A042AF is #5FBD50. Grayscale: #6A6A6A. Windows color (decimal): -6274385 or 11485856. OLE color: 11485856.
HSL color Cylindrical-coordinate representation of color #A042AF: hue angle of 291.74º 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 #A042AF is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 66 | 175 | - |
| CMYK | 0.09 | 0.62 | 0 | 0.31 |
| HSL | 291.74º | 0.45% | 0.47% | - |
| HSV(B) | 291.74º | 0.62% | 0.69% | - |
| XYZ | 24.18 | 14.47 | 42.07 | - |
| YUV | 106.53 | 166.64 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 66 | 175 | 0.09 | 0.62 | 0 | 0.31 | 291.74 | 0.45 | 0.47 |
| Hex | A0 | 42 | AF | 9 | 3E | 0 | 1F | 124 | 2D | 2F |
| Octal | 240 | 102 | 257 | 11 | 76 | 0 | 37 | 444 | 55 | 57 |
| Binary | 10100000 | 1000010 | 10101111 | 1001 | 111110 | 0 | 11111 | 100100100 | 101101 | 101111 |
Color Harmonies of #A042AF
Complementary color
Monochromatic Colors of #A042AF
Black with #A042AF
Text Example
Text Example
White with #A042AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A042AF; }
p { color: rgb(160,66,175); }
H1.HeaderClassName
{
color: #A042AF;
}
.AnyTagClassName
{
color: #A042AF;
}
</style>
background-color css
<style>
a { background-color: #A042AF; }
a { background-color: rgb(160,66,175); }
div.DivClassName
{
background-color: #A042AF;
}
.BgClassName
{
background-color: #A042AF;
}
</style>
border-color css
<style>
span { border-color: #A042AF; }
span { border-color: rgb(160,66,175); }
td.TdClassName
{
border-color: #A042AF;
}
.TagClassName
{
border-color: #A042AF;
}
</style>