#A44BB5

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

Shades of Deep Lilac #A44BB5

Tints of Deep Lilac #A44BB5

Color information

#A44BB5 (or 0xA44BB5) is unknown color: approx Deep Lilac. HEX triplet: A4, 4B and B5. RGB value is (164,75,181). Sum of RGB (Red+Green+Blue) = 164+75+181=420 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.05% from 420); Green value is 75 (29.69% from 255 or 17.86% from 420); Blue value is 181 (71.09% from 255 or 43.10% from 420); Max value from RGB is 181 - color contains mainly: blue. Hex color #A44BB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A44BB5 is #5BB44A. Grayscale: #717171. Windows color (decimal): -6009931 or 11881380. OLE color: 11881380.

HSL color Cylindrical-coordinate representation of color #A44BB5: hue angle of 290.38º degrees, saturation: 0.42, 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 #A44BB5 is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16475181-
CMYK0.090.5900.29
HSL290.38º41.73%50.2%-
HSV(B)290.38º58.56%70.98%-
XYZ26.1716.2645.48-
YUV113.7165.99163.88-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.05%
GREEN value IS 75 (29.69% from 255) = 17.86%
BLUE value IS 181 (71.09% from 255) = 43.10%
R=39.05%
G=17.86%
B=43.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal164751810.090.5900.29290.3841.7350.2
HexA44BB593B01D1222a32
Octal24411326511730354425262
Binary101001001001011101101011001111011011101100100010101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44BB5; }

 p { color: rgb(164,75,181); }

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

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

 a { background-color: rgb(164,75,181); }

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

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

 span { border-color: rgb(164,75,181); }

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