#866AAC

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

Shades of Deluge #866AAC

Tints of Deluge #866AAC

Color information

#866AAC (or 0x866AAC) is unknown color: approx Deluge. HEX triplet: 86, 6A and AC. RGB value is (134,106,172). Sum of RGB (Red+Green+Blue) = 134+106+172=412 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.52% from 412); Green value is 106 (41.80% from 255 or 25.73% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 172 - color contains mainly: blue. Hex color #866AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866AAC is #799553. Grayscale: #797979. Windows color (decimal): -7968084 or 11299462. OLE color: 11299462.

HSL color Cylindrical-coordinate representation of color #866AAC: hue angle of 265.45º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #866AAC is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB134106172-
CMYK0.220.3800.33
HSL265.45º28.45%54.51%-
HSV(B)265.45º38.37%67.45%-
XYZ22.4318.3541.39-
YUV121.9156.28136.63-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.52%
GREEN value IS 106 (41.80% from 255) = 25.73%
BLUE value IS 172 (67.58% from 255) = 41.75%
R=32.52%
G=25.73%
B=41.75%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1341061720.220.3800.33265.4528.4554.51
Hex866AAC16260211091c37
Octal20615225426460414113467
Binary1000011011010101010110010110100110010000110000100111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866AAC; }

 p { color: rgb(134,106,172); }

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

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

 a { background-color: rgb(134,106,172); }

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

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

 span { border-color: rgb(134,106,172); }

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