Shades of Deep Lilac #A045AF
Tints of Deep Lilac #A045AF
RGB
CMYK
RGB Variations
Color information
#A045AF (or 0xA045AF) is known color: Deep Lilac. HEX triplet: A0, 45 and AF. RGB value is (160,69,175). Sum of RGB (Red+Green+Blue) = 160+69+175=404 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.60% from 404); Green value is 69 (27.34% from 255 or 17.08% from 404); Blue value is 175 (68.75% from 255 or 43.32% from 404); Max value from RGB is 175 - color contains mainly: blue. Hex color #A045AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A045AF is #5FBA50. Grayscale: #6B6B6B. Windows color (decimal): -6273617 or 11486624. OLE color: 11486624.
HSL color Cylindrical-coordinate representation of color #A045AF: hue angle of 291.51º degrees, saturation: 0.43, 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 #A045AF is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 69 | 175 | - |
| CMYK | 0.09 | 0.61 | 0 | 0.31 |
| HSL | 291.51º | 0.43% | 0.48% | - |
| HSV(B) | 291.51º | 0.61% | 0.69% | - |
| XYZ | 24.36 | 14.82 | 42.13 | - |
| YUV | 108.29 | 165.65 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 69 | 175 | 0.09 | 0.61 | 0 | 0.31 | 291.51 | 0.43 | 0.48 |
| Hex | A0 | 45 | AF | 9 | 3D | 0 | 1F | 124 | 2B | 30 |
| Octal | 240 | 105 | 257 | 11 | 75 | 0 | 37 | 444 | 53 | 60 |
| Binary | 10100000 | 1000101 | 10101111 | 1001 | 111101 | 0 | 11111 | 100100100 | 101011 | 110000 |
Color Harmonies of #A045AF
Complementary color
Monochromatic Colors of #A045AF
Black with #A045AF
Text Example
Text Example
White with #A045AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A045AF; }
p { color: rgb(160,69,175); }
H1.HeaderClassName
{
color: #A045AF;
}
.AnyTagClassName
{
color: #A045AF;
}
</style>
background-color css
<style>
a { background-color: #A045AF; }
a { background-color: rgb(160,69,175); }
div.DivClassName
{
background-color: #A045AF;
}
.BgClassName
{
background-color: #A045AF;
}
</style>
border-color css
<style>
span { border-color: #A045AF; }
span { border-color: rgb(160,69,175); }
td.TdClassName
{
border-color: #A045AF;
}
.TagClassName
{
border-color: #A045AF;
}
</style>