#816AAB

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

Shades of Deluge #816AAB

Tints of Deluge #816AAB

Color information

#816AAB (or 0x816AAB) is unknown color: approx Deluge. HEX triplet: 81, 6A and AB. RGB value is (129,106,171). Sum of RGB (Red+Green+Blue) = 129+106+171=406 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.77% from 406); Green value is 106 (41.80% from 255 or 26.11% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 171 - color contains mainly: blue. Hex color #816AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816AAB is #7E9554. Grayscale: #787878. Windows color (decimal): -8295765 or 11233921. OLE color: 11233921.

HSL color Cylindrical-coordinate representation of color #816AAB: hue angle of 261.23º degrees, saturation: 0.28, 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 #816AAB is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB129106171-
CMYK0.250.3800.33
HSL261.23º27.9%54.31%-
HSV(B)261.23º38.01%67.06%-
XYZ21.5617.9240.85-
YUV120.29156.62134.21-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.77%
GREEN value IS 106 (41.80% from 255) = 26.11%
BLUE value IS 171 (67.19% from 255) = 42.12%
R=31.77%
G=26.11%
B=42.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1291061710.250.3800.33261.2327.954.31
Hex816AAB19260211051c36
Octal20115225331460414053466
Binary1000000111010101010101111001100110010000110000010111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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