#826AAA

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

Shades of Deluge #826AAA

Tints of Deluge #826AAA

Color information

#826AAA (or 0x826AAA) is unknown color: approx Deluge. HEX triplet: 82, 6A and AA. RGB value is (130,106,170). Sum of RGB (Red+Green+Blue) = 130+106+170=406 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.02% from 406); Green value is 106 (41.80% from 255 or 26.11% from 406); Blue value is 170 (66.80% from 255 or 41.87% from 406); Max value from RGB is 170 - color contains mainly: blue. Hex color #826AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826AAA is #7D9555. Grayscale: #787878. Windows color (decimal): -8230230 or 11168386. OLE color: 11168386.

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

Color convert

RGB130106170-
CMYK0.240.3800.33
HSL262.5º27.35%54.12%-
HSV(B)262.5º37.65%66.67%-
XYZ21.6217.9640.36-
YUV120.47155.95134.8-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.02%
GREEN value IS 106 (41.80% from 255) = 26.11%
BLUE value IS 170 (66.80% from 255) = 41.87%
R=32.02%
G=26.11%
B=41.87%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1301061700.240.3800.33262.527.3554.12
Hex826AAA18260211061b36
Octal20215225230460414063366
Binary1000001011010101010101011000100110010000110000011011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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