#A446AE

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

Shades of Deep Lilac #A446AE

Tints of Deep Lilac #A446AE

Color information

#A446AE (or 0xA446AE) is unknown color: approx Deep Lilac. HEX triplet: A4, 46 and AE. RGB value is (164,70,174). Sum of RGB (Red+Green+Blue) = 164+70+174=408 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.20% from 408); Green value is 70 (27.73% from 255 or 17.16% from 408); Blue value is 174 (68.36% from 255 or 42.65% from 408); Max value from RGB is 174 - color contains mainly: blue. Hex color #A446AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A446AE is #5BB951. Grayscale: #6D6D6D. Windows color (decimal): -6011218 or 11421348. OLE color: 11421348.

HSL color Cylindrical-coordinate representation of color #A446AE: hue angle of 294.23º degrees, saturation: 0.43, 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 #A446AE is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16470174-
CMYK0.060.6000.32
HSL294.23º42.62%47.84%-
HSV(B)294.23º59.77%68.24%-
XYZ25.1415.3341.68-
YUV109.96164.14166.54-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.20%
GREEN value IS 70 (27.73% from 255) = 17.16%
BLUE value IS 174 (68.36% from 255) = 42.65%
R=40.20%
G=17.16%
B=42.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal164701740.060.6000.32294.2342.6247.84
HexA446AE63C0201262b30
Octal2441062566740404465360
Binary101001001000110101011101101111000100000100100110101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A446AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A446AE; }

 p { color: rgb(164,70,174); }

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

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

 a { background-color: rgb(164,70,174); }

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

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

 span { border-color: rgb(164,70,174); }

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