#A444BB

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

Shades of Deep Lilac #A444BB

Tints of Deep Lilac #A444BB

Color information

#A444BB (or 0xA444BB) is unknown color: approx Deep Lilac. HEX triplet: A4, 44 and BB. RGB value is (164,68,187). Sum of RGB (Red+Green+Blue) = 164+68+187=419 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.14% from 419); Green value is 68 (26.95% from 255 or 16.23% from 419); Blue value is 187 (73.44% from 255 or 44.63% from 419); Max value from RGB is 187 - color contains mainly: blue. Hex color #A444BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A444BB is #5BBB44. Grayscale: #6D6D6D. Windows color (decimal): -6011717 or 12272804. OLE color: 12272804.

HSL color Cylindrical-coordinate representation of color #A444BB: hue angle of 288.4º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A444BB is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16468187-
CMYK0.120.6400.27
HSL288.4º46.67%50%-
HSV(B)288.4º63.64%73.33%-
XYZ26.3515.6148.64-
YUV110.27171.3166.32-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.14%
GREEN value IS 68 (26.95% from 255) = 16.23%
BLUE value IS 187 (73.44% from 255) = 44.63%
R=39.14%
G=16.23%
B=44.63%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal164681870.120.6400.27288.446.6750
HexA444BBC4001B1202f32
Octal244104273141000334405762
Binary1010010010001001011101111001000000011011100100000101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A444BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A444BB; }

 p { color: rgb(164,68,187); }

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

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

 a { background-color: rgb(164,68,187); }

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

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

 span { border-color: rgb(164,68,187); }

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