#816AAE

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

Shades of Deluge #816AAE

Tints of Deluge #816AAE

Color information

#816AAE (or 0x816AAE) is unknown color: approx Deluge. HEX triplet: 81, 6A and AE. RGB value is (129,106,174). Sum of RGB (Red+Green+Blue) = 129+106+174=409 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.54% from 409); Green value is 106 (41.80% from 255 or 25.92% from 409); Blue value is 174 (68.36% from 255 or 42.54% from 409); Max value from RGB is 174 - color contains mainly: blue. Hex color #816AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816AAE is #7E9551. Grayscale: #787878. Windows color (decimal): -8295762 or 11430529. OLE color: 11430529.

HSL color Cylindrical-coordinate representation of color #816AAE: hue angle of 260.29º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #816AAE is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB129106174-
CMYK0.260.3900.32
HSL260.29º29.57%54.9%-
HSV(B)260.29º39.08%68.24%-
XYZ21.8518.0342.37-
YUV120.63158.12133.97-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.54%
GREEN value IS 106 (41.80% from 255) = 25.92%
BLUE value IS 174 (68.36% from 255) = 42.54%
R=31.54%
G=25.92%
B=42.54%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1291061740.260.3900.32260.2929.5754.9
Hex816AAE1A270201041e37
Octal20115225632470404043667
Binary1000000111010101010111011010100111010000010000010011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816AAE; }

 p { color: rgb(129,106,174); }

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

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

 a { background-color: rgb(129,106,174); }

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

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

 span { border-color: rgb(129,106,174); }

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