#886AAA

Color #886AAA Deluge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deluge #886AAA

Tints of Deluge #886AAA

Color information

#886AAA (or 0x886AAA) is unknown color: approx Deluge. HEX triplet: 88, 6A and AA. RGB value is (136,106,170). Sum of RGB (Red+Green+Blue) = 136+106+170=412 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.01% from 412); Green value is 106 (41.80% from 255 or 25.73% from 412); Blue value is 170 (66.80% from 255 or 41.26% from 412); Max value from RGB is 170 - color contains mainly: blue. Hex color #886AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886AAA is #779555. Grayscale: #7A7A7A. Windows color (decimal): -7837014 or 11168392. OLE color: 11168392.

HSL color Cylindrical-coordinate representation of color #886AAA: hue angle of 268.12º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #886AAA is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB136106170-
CMYK0.200.3800.33
HSL268.12º27.35%54.12%-
HSV(B)268.12º37.65%66.67%-
XYZ22.5618.4440.4-
YUV122.27154.94137.8-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.01%
GREEN value IS 106 (41.80% from 255) = 25.73%
BLUE value IS 170 (66.80% from 255) = 41.26%
R=33.01%
G=25.73%
B=41.26%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1361061700.200.3800.33268.1227.3554.12
Hex886AAA142602110c1b36
Octal21015225224460414143366
Binary1000100011010101010101010100100110010000110000110011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886AAA; }

 p { color: rgb(136,106,170); }

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

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

 a { background-color: rgb(136,106,170); }

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

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

 span { border-color: rgb(136,106,170); }

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