Shades of Deep Lilac #A043AF
Tints of Deep Lilac #A043AF
RGB
CMYK
RGB Variations
Color information
#A043AF (or 0xA043AF) is known color: Deep Lilac. HEX triplet: A0, 43 and AF. RGB value is (160,67,175). Sum of RGB (Red+Green+Blue) = 160+67+175=402 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.80% from 402); Green value is 67 (26.56% from 255 or 16.67% from 402); Blue value is 175 (68.75% from 255 or 43.53% from 402); Max value from RGB is 175 - color contains mainly: blue. Hex color #A043AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A043AF is #5FBC50. Grayscale: #6A6A6A. Windows color (decimal): -6274129 or 11486112. OLE color: 11486112.
HSL color Cylindrical-coordinate representation of color #A043AF: hue angle of 291.67º 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 #A043AF is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 67 | 175 | - |
| CMYK | 0.09 | 0.62 | 0 | 0.31 |
| HSL | 291.67º | 0.45% | 0.47% | - |
| HSV(B) | 291.67º | 0.62% | 0.69% | - |
| XYZ | 24.24 | 14.58 | 42.09 | - |
| YUV | 107.12 | 166.31 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 67 | 175 | 0.09 | 0.62 | 0 | 0.31 | 291.67 | 0.45 | 0.47 |
| Hex | A0 | 43 | AF | 9 | 3E | 0 | 1F | 124 | 2D | 2F |
| Octal | 240 | 103 | 257 | 11 | 76 | 0 | 37 | 444 | 55 | 57 |
| Binary | 10100000 | 1000011 | 10101111 | 1001 | 111110 | 0 | 11111 | 100100100 | 101101 | 101111 |
Color Harmonies of #A043AF
Complementary color
Monochromatic Colors of #A043AF
Black with #A043AF
Text Example
Text Example
White with #A043AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A043AF; }
p { color: rgb(160,67,175); }
H1.HeaderClassName
{
color: #A043AF;
}
.AnyTagClassName
{
color: #A043AF;
}
</style>
background-color css
<style>
a { background-color: #A043AF; }
a { background-color: rgb(160,67,175); }
div.DivClassName
{
background-color: #A043AF;
}
.BgClassName
{
background-color: #A043AF;
}
</style>
border-color css
<style>
span { border-color: #A043AF; }
span { border-color: rgb(160,67,175); }
td.TdClassName
{
border-color: #A043AF;
}
.TagClassName
{
border-color: #A043AF;
}
</style>