#A044BB

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

Shades of Deep Lilac #A044BB

Tints of Deep Lilac #A044BB

Color information

#A044BB (or 0xA044BB) is unknown color: approx Deep Lilac. HEX triplet: A0, 44 and BB. RGB value is (160,68,187). Sum of RGB (Red+Green+Blue) = 160+68+187=415 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.55% from 415); Green value is 68 (26.95% from 255 or 16.39% from 415); Blue value is 187 (73.44% from 255 or 45.06% from 415); Max value from RGB is 187 - color contains mainly: blue. Hex color #A044BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A044BB is #5FBB44. Grayscale: #6C6C6C. Windows color (decimal): -6273861 or 12272800. OLE color: 12272800.

HSL color Cylindrical-coordinate representation of color #A044BB: hue angle of 286.39º 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 #A044BB is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16068187-
CMYK0.140.6400.27
HSL286.39º46.67%50%-
HSV(B)286.39º63.64%73.33%-
XYZ25.5315.248.6-
YUV109.07171.98164.32-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.55%
GREEN value IS 68 (26.95% from 255) = 16.39%
BLUE value IS 187 (73.44% from 255) = 45.06%
R=38.55%
G=16.39%
B=45.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal160681870.140.6400.27286.3946.6750
HexA044BBE4001B11e2f32
Octal240104273161000334365762
Binary1010000010001001011101111101000000011011100011110101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A044BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A044BB; }

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

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

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

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

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

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

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

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