#A440BB

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

Shades of Deep Lilac #A440BB

Tints of Deep Lilac #A440BB

Color information

#A440BB (or 0xA440BB) is unknown color: approx Deep Lilac. HEX triplet: A4, 40 and BB. RGB value is (164,64,187). Sum of RGB (Red+Green+Blue) = 164+64+187=415 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.52% from 415); Green value is 64 (25.39% from 255 or 15.42% 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 #A440BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A440BB is #5BBF44. Grayscale: #6B6B6B. Windows color (decimal): -6012741 or 12271780. OLE color: 12271780.

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

Color convert

RGB16464187-
CMYK0.120.6600.27
HSL288.78º49%49.22%-
HSV(B)288.78º65.78%73.33%-
XYZ26.1115.1548.56-
YUV107.92172.63168-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.52%
GREEN value IS 64 (25.39% from 255) = 15.42%
BLUE value IS 187 (73.44% from 255) = 45.06%
R=39.52%
G=15.42%
B=45.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal164641870.120.6600.27288.784949.22
HexA440BBC4201B1213131
Octal244100273141020334416161
Binary1010010010000001011101111001000010011011100100001110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A440BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A440BB; }

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

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

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

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

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

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

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

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