#8A70AE

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

Shades of Deluge #8A70AE

Tints of Deluge #8A70AE

Color information

#8A70AE (or 0x8A70AE) is unknown color: approx Deluge. HEX triplet: 8A, 70 and AE. RGB value is (138,112,174). Sum of RGB (Red+Green+Blue) = 138+112+174=424 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.55% from 424); Green value is 112 (44.14% from 255 or 26.42% from 424); Blue value is 174 (68.36% from 255 or 41.04% from 424); Max value from RGB is 174 - color contains mainly: blue. Hex color #8A70AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A70AE is #758F51. Grayscale: #7E7E7E. Windows color (decimal): -7704402 or 11432074. OLE color: 11432074.

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

Color convert

RGB138112174-
CMYK0.210.3600.32
HSL265.16º27.68%56.08%-
HSV(B)265.16º35.63%68.24%-
XYZ23.9220.0542.65-
YUV126.84154.61135.96-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.55%
GREEN value IS 112 (44.14% from 255) = 26.42%
BLUE value IS 174 (68.36% from 255) = 41.04%
R=32.55%
G=26.42%
B=41.04%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1381121740.210.3600.32265.1627.6856.08
Hex8A70AE15240201091c38
Octal21216025625440404113470
Binary1000101011100001010111010101100100010000010000100111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A70AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A70AE; }

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

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

<style>
 a { background-color: #8A70AE; }

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

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

<style>
 span { border-color: #8A70AE; }

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

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