#A44BBF

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

Shades of Deep Lilac #A44BBF

Tints of Deep Lilac #A44BBF

Color information

#A44BBF (or 0xA44BBF) is unknown color: approx Deep Lilac. HEX triplet: A4, 4B and BF. RGB value is (164,75,191). Sum of RGB (Red+Green+Blue) = 164+75+191=430 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.14% from 430); Green value is 75 (29.69% from 255 or 17.44% from 430); Blue value is 191 (75% from 255 or 44.42% from 430); Max value from RGB is 191 - color contains mainly: blue. Hex color #A44BBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A44BBF is #5BB440. Grayscale: #727272. Windows color (decimal): -6009921 or 12536740. OLE color: 12536740.

HSL color Cylindrical-coordinate representation of color #A44BBF: hue angle of 286.03º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A44BBF is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16475191-
CMYK0.140.6100.25
HSL286.03º47.54%52.16%-
HSV(B)286.03º60.73%74.9%-
XYZ27.2316.6951.08-
YUV114.84170.99163.07-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.14%
GREEN value IS 75 (29.69% from 255) = 17.44%
BLUE value IS 191 (75% from 255) = 44.42%
R=38.14%
G=17.44%
B=44.42%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal164751910.140.6100.25286.0347.5452.16
HexA44BBFE3D01911e3034
Octal24411327716750314366064
Binary101001001001011101111111110111101011001100011110110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44BBF; }

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

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

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

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

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

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

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

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