#884AAB

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

Shades of Deep Lilac #884AAB

Tints of Deep Lilac #884AAB

Color information

#884AAB (or 0x884AAB) is unknown color: approx Deep Lilac. HEX triplet: 88, 4A and AB. RGB value is (136,74,171). Sum of RGB (Red+Green+Blue) = 136+74+171=381 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.70% from 381); Green value is 74 (29.30% from 255 or 19.42% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 171 - color contains mainly: blue. Hex color #884AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884AAB is #77B554. Grayscale: #676767. Windows color (decimal): -7845205 or 11225736. OLE color: 11225736.

HSL color Cylindrical-coordinate representation of color #884AAB: hue angle of 278.35º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #884AAB is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13674171-
CMYK0.200.5700.33
HSL278.35º39.59%48.04%-
HSV(B)278.35º56.73%67.06%-
XYZ19.9513.0740-
YUV103.6166.04151.11-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.70%
GREEN value IS 74 (29.30% from 255) = 19.42%
BLUE value IS 171 (67.19% from 255) = 44.88%
R=35.70%
G=19.42%
B=44.88%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal136741710.200.5700.33278.3539.5948.04
Hex884AAB14390211162830
Octal21011225324710414265060
Binary10001000100101010101011101001110010100001100010110101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884AAB; }

 p { color: rgb(136,74,171); }

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

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

 a { background-color: rgb(136,74,171); }

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

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

 span { border-color: rgb(136,74,171); }

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