#8470AE

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

Shades of Deluge #8470AE

Tints of Deluge #8470AE

Color information

#8470AE (or 0x8470AE) is unknown color: approx Deluge. HEX triplet: 84, 70 and AE. RGB value is (132,112,174). Sum of RGB (Red+Green+Blue) = 132+112+174=418 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.58% from 418); Green value is 112 (44.14% from 255 or 26.79% from 418); Blue value is 174 (68.36% from 255 or 41.63% from 418); Max value from RGB is 174 - color contains mainly: blue. Hex color #8470AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8470AE is #7B8F51. Grayscale: #7C7C7C. Windows color (decimal): -8097618 or 11432068. OLE color: 11432068.

HSL color Cylindrical-coordinate representation of color #8470AE: hue angle of 259.35º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8470AE is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB132112174-
CMYK0.240.3600.32
HSL259.35º27.68%56.08%-
HSV(B)259.35º35.63%68.24%-
XYZ22.9519.5542.61-
YUV125.05155.63132.96-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.58%
GREEN value IS 112 (44.14% from 255) = 26.79%
BLUE value IS 174 (68.36% from 255) = 41.63%
R=31.58%
G=26.79%
B=41.63%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1321121740.240.3600.32259.3527.6856.08
Hex8470AE18240201031c38
Octal20416025630440404033470
Binary1000010011100001010111011000100100010000010000001111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8470AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8470AE; }

 p { color: rgb(132,112,174); }

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

<style>
 a { background-color: #8470AE; }

 a { background-color: rgb(132,112,174); }

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

<style>
 span { border-color: #8470AE; }

 span { border-color: rgb(132,112,174); }

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