#A046AD

Color #A046AD Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #A046AD

Tints of Deep Lilac #A046AD

Color information

#A046AD (or 0xA046AD) is unknown color: approx Deep Lilac. HEX triplet: A0, 46 and AD. RGB value is (160,70,173). Sum of RGB (Red+Green+Blue) = 160+70+173=403 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.70% from 403); Green value is 70 (27.73% from 255 or 17.37% from 403); Blue value is 173 (67.97% from 255 or 42.93% from 403); Max value from RGB is 173 - color contains mainly: blue. Hex color #A046AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A046AD is #5FB952. Grayscale: #6C6C6C. Windows color (decimal): -6273363 or 11355808. OLE color: 11355808.

HSL color Cylindrical-coordinate representation of color #A046AD: hue angle of 292.43º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A046AD is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16070173-
CMYK0.080.6000.32
HSL292.43º42.39%47.65%-
HSV(B)292.43º59.54%67.84%-
XYZ24.2314.8741.13-
YUV108.65164.32164.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 160 (62.89% from 255) = 39.70%
GREEN value IS 70 (27.73% from 255) = 17.37%
BLUE value IS 173 (67.97% from 255) = 42.93%
R=39.70%
G=17.37%
B=42.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal160701730.080.6000.32292.4342.3947.65
HexA046AD83C0201242a30
Octal24010625510740404445260
Binary1010000010001101010110110001111000100000100100100101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A046AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A046AD; }

 p { color: rgb(160,70,173); }

 H1.HeaderClassName
 {
   color: #A046AD;
 }
 .AnyTagClassName
 {
   color: #A046AD;
 }
</style>
background-color css

<style>
 a { background-color: #A046AD; }

 a { background-color: rgb(160,70,173); }

 div.DivClassName
 {
   background-color: #A046AD;
 }
 .BgClassName
 {
   background-color: #A046AD;
 }
</style>
border-color css

<style>
 span { border-color: #A046AD; }

 span { border-color: rgb(160,70,173); }

 td.TdClassName
 {
   border-color: #A046AD;
 }
 .TagClassName
 {
   border-color: #A046AD;
 }
</style>