#88529A

Color #88529A Affair (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Affair #88529A

Tints of Affair #88529A

Color information

#88529A (or 0x88529A) is unknown color: approx Affair. HEX triplet: 88, 52 and 9A. RGB value is (136,82,154). Sum of RGB (Red+Green+Blue) = 136+82+154=372 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.56% from 372); Green value is 82 (32.42% from 255 or 22.04% from 372); Blue value is 154 (60.55% from 255 or 41.40% from 372); Max value from RGB is 154 - color contains mainly: blue. Hex color #88529A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88529A is #77AD65. Grayscale: #6A6A6A. Windows color (decimal): -7843174 or 10113672. OLE color: 10113672.

HSL color Cylindrical-coordinate representation of color #88529A: hue angle of 285º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #88529A is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB13682154-
CMYK0.120.4700.40
HSL285º30.51%46.27%-
HSV(B)285º46.75%60.39%-
XYZ1913.632.2-
YUV106.35154.89149.15-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.56%
GREEN value IS 82 (32.42% from 255) = 22.04%
BLUE value IS 154 (60.55% from 255) = 41.40%
R=36.56%
G=22.04%
B=41.40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal136821540.120.4700.4028530.5146.27
Hex88529AC2F02811d1f2e
Octal21012223214570504353756
Binary100010001010010100110101100101111010100010001110111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88529A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88529A; }

 p { color: rgb(136,82,154); }

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

<style>
 a { background-color: #88529A; }

 a { background-color: rgb(136,82,154); }

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

<style>
 span { border-color: #88529A; }

 span { border-color: rgb(136,82,154); }

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