#A44AAF

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

Shades of Deep Lilac #A44AAF

Tints of Deep Lilac #A44AAF

Color information

#A44AAF (or 0xA44AAF) is unknown color: approx Deep Lilac. HEX triplet: A4, 4A and AF. RGB value is (164,74,175). Sum of RGB (Red+Green+Blue) = 164+74+175=413 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.71% from 413); Green value is 74 (29.30% from 255 or 17.92% from 413); Blue value is 175 (68.75% from 255 or 42.37% from 413); Max value from RGB is 175 - color contains mainly: blue. Hex color #A44AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44AAF is #5BB550. Grayscale: #707070. Windows color (decimal): -6010193 or 11487908. OLE color: 11487908.

HSL color Cylindrical-coordinate representation of color #A44AAF: hue angle of 293.47º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A44AAF is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16474175-
CMYK0.060.5800.31
HSL293.47º40.56%48.82%-
HSV(B)293.47º57.71%68.63%-
XYZ25.515.8942.28-
YUV112.42163.32164.79-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.71%
GREEN value IS 74 (29.30% from 255) = 17.92%
BLUE value IS 175 (68.75% from 255) = 42.37%
R=39.71%
G=17.92%
B=42.37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal164741750.060.5800.31293.4740.5648.82
HexA44AAF63A01F1252931
Octal2441122576720374455161
Binary10100100100101010101111110111010011111100100101101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44AAF; }

 p { color: rgb(164,74,175); }

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

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

 a { background-color: rgb(164,74,175); }

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

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

 span { border-color: rgb(164,74,175); }

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