#885AAD

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

Shades of Deep Lilac #885AAD

Tints of Deep Lilac #885AAD

Color information

#885AAD (or 0x885AAD) is unknown color: approx Deep Lilac. HEX triplet: 88, 5A and AD. RGB value is (136,90,173). Sum of RGB (Red+Green+Blue) = 136+90+173=399 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.09% from 399); Green value is 90 (35.55% from 255 or 22.56% from 399); Blue value is 173 (67.97% from 255 or 43.36% from 399); Max value from RGB is 173 - color contains mainly: blue. Hex color #885AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885AAD is #77A552. Grayscale: #707070. Windows color (decimal): -7841107 or 11360904. OLE color: 11360904.

HSL color Cylindrical-coordinate representation of color #885AAD: hue angle of 273.25º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #885AAD is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13690173-
CMYK0.210.4800.32
HSL273.25º33.6%51.57%-
HSV(B)273.25º47.98%67.84%-
XYZ21.3515.5641.41-
YUV113.22161.74144.25-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.09%
GREEN value IS 90 (35.55% from 255) = 22.56%
BLUE value IS 173 (67.97% from 255) = 43.36%
R=34.09%
G=22.56%
B=43.36%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal136901730.210.4800.32273.2533.651.57
Hex885AAD15300201112234
Octal21013225525600404214264
Binary10001000101101010101101101011100000100000100010001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885AAD; }

 p { color: rgb(136,90,173); }

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

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

 a { background-color: rgb(136,90,173); }

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

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

 span { border-color: rgb(136,90,173); }

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