#8270AE

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

Shades of Deluge #8270AE

Tints of Deluge #8270AE

Color information

#8270AE (or 0x8270AE) is unknown color: approx Deluge. HEX triplet: 82, 70 and AE. RGB value is (130,112,174). Sum of RGB (Red+Green+Blue) = 130+112+174=416 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.25% from 416); Green value is 112 (44.14% from 255 or 26.92% from 416); Blue value is 174 (68.36% from 255 or 41.83% from 416); Max value from RGB is 174 - color contains mainly: blue. Hex color #8270AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8270AE is #7D8F51. Grayscale: #7C7C7C. Windows color (decimal): -8228690 or 11432066. OLE color: 11432066.

HSL color Cylindrical-coordinate representation of color #8270AE: hue angle of 257.42º 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 #8270AE is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB130112174-
CMYK0.250.3600.32
HSL257.42º27.68%56.08%-
HSV(B)257.42º35.63%68.24%-
XYZ22.6419.3942.59-
YUV124.45155.96131.96-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.25%
GREEN value IS 112 (44.14% from 255) = 26.92%
BLUE value IS 174 (68.36% from 255) = 41.83%
R=31.25%
G=26.92%
B=41.83%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1301121740.250.3600.32257.4227.6856.08
Hex8270AE19240201011c38
Octal20216025631440404013470
Binary1000001011100001010111011001100100010000010000000111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8270AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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