#806AAB

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

Shades of Deluge #806AAB

Tints of Deluge #806AAB

Color information

#806AAB (or 0x806AAB) is unknown color: approx Deluge. HEX triplet: 80, 6A and AB. RGB value is (128,106,171). Sum of RGB (Red+Green+Blue) = 128+106+171=405 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.60% from 405); Green value is 106 (41.80% from 255 or 26.17% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 171 - color contains mainly: blue. Hex color #806AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806AAB is #7F9554. Grayscale: #777777. Windows color (decimal): -8361301 or 11233920. OLE color: 11233920.

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

Color convert

RGB128106171-
CMYK0.250.3800.33
HSL260.31º27.9%54.31%-
HSV(B)260.31º38.01%67.06%-
XYZ21.4117.8440.84-
YUV119.99156.79133.71-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.60%
GREEN value IS 106 (41.80% from 255) = 26.17%
BLUE value IS 171 (67.19% from 255) = 42.22%
R=31.60%
G=26.17%
B=42.22%

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
Decimal1281061710.250.3800.33260.3127.954.31
Hex806AAB19260211041c36
Octal20015225331460414043466
Binary1000000011010101010101111001100110010000110000010011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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