#846AAA

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

Shades of Deluge #846AAA

Tints of Deluge #846AAA

Color information

#846AAA (or 0x846AAA) is unknown color: approx Deluge. HEX triplet: 84, 6A and AA. RGB value is (132,106,170). Sum of RGB (Red+Green+Blue) = 132+106+170=408 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.35% from 408); Green value is 106 (41.80% from 255 or 25.98% from 408); Blue value is 170 (66.80% from 255 or 41.67% from 408); Max value from RGB is 170 - color contains mainly: blue. Hex color #846AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846AAA is #7B9555. Grayscale: #787878. Windows color (decimal): -8099158 or 11168388. OLE color: 11168388.

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

Color convert

RGB132106170-
CMYK0.220.3800.33
HSL264.38º27.35%54.12%-
HSV(B)264.38º37.65%66.67%-
XYZ21.9318.1240.37-
YUV121.07155.61135.8-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.35%
GREEN value IS 106 (41.80% from 255) = 25.98%
BLUE value IS 170 (66.80% from 255) = 41.67%
R=32.35%
G=25.98%
B=41.67%

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
Decimal1321061700.220.3800.33264.3827.3554.12
Hex846AAA16260211081b36
Octal20415225226460414103366
Binary1000010011010101010101010110100110010000110000100011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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