#8572AC

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

Shades of Deluge #8572AC

Tints of Deluge #8572AC

Color information

#8572AC (or 0x8572AC) is unknown color: approx Deluge. HEX triplet: 85, 72 and AC. RGB value is (133,114,172). Sum of RGB (Red+Green+Blue) = 133+114+172=419 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.74% from 419); Green value is 114 (44.92% from 255 or 27.21% from 419); Blue value is 172 (67.58% from 255 or 41.05% from 419); Max value from RGB is 172 - color contains mainly: blue. Hex color #8572AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8572AC is #7A8D53. Grayscale: #7E7E7E. Windows color (decimal): -8031572 or 11301509. OLE color: 11301509.

HSL color Cylindrical-coordinate representation of color #8572AC: hue angle of 259.66º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8572AC is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB133114172-
CMYK0.230.3400.33
HSL259.66º25.89%56.08%-
HSV(B)259.66º33.72%67.45%-
XYZ23.142041.67-
YUV126.29153.79132.78-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.74%
GREEN value IS 114 (44.92% from 255) = 27.21%
BLUE value IS 172 (67.58% from 255) = 41.05%
R=31.74%
G=27.21%
B=41.05%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1331141720.230.3400.33259.6625.8956.08
Hex8572AC17220211041a38
Octal20516225427420414043270
Binary1000010111100101010110010111100010010000110000010011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8572AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8572AC; }

 p { color: rgb(133,114,172); }

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

<style>
 a { background-color: #8572AC; }

 a { background-color: rgb(133,114,172); }

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

<style>
 span { border-color: #8572AC; }

 span { border-color: rgb(133,114,172); }

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