#A44AB6

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

Shades of Deep Lilac #A44AB6

Tints of Deep Lilac #A44AB6

Color information

#A44AB6 (or 0xA44AB6) is unknown color: approx Deep Lilac. HEX triplet: A4, 4A and B6. RGB value is (164,74,182). Sum of RGB (Red+Green+Blue) = 164+74+182=420 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.05% from 420); Green value is 74 (29.30% from 255 or 17.62% from 420); Blue value is 182 (71.48% from 255 or 43.33% from 420); Max value from RGB is 182 - color contains mainly: blue. Hex color #A44AB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A44AB6 is #5BB549. Grayscale: #707070. Windows color (decimal): -6010186 or 11946660. OLE color: 11946660.

HSL color Cylindrical-coordinate representation of color #A44AB6: hue angle of 290º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A44AB6 is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16474182-
CMYK0.100.5900.29
HSL290º42.52%50.2%-
HSV(B)290º59.34%71.37%-
XYZ26.216.1746-
YUV113.22166.82164.22-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.05%
GREEN value IS 74 (29.30% from 255) = 17.62%
BLUE value IS 182 (71.48% from 255) = 43.33%
R=39.05%
G=17.62%
B=43.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal164741820.100.5900.2929042.5250.2
HexA44AB6A3B01D1222b32
Octal24411226612730354425362
Binary101001001001010101101101010111011011101100100010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44AB6; }

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

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

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

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

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

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

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

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