#88528A

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

Shades of Trendy Pink #88528A

Tints of Trendy Pink #88528A

Color information

#88528A (or 0x88528A) is unknown color: approx Trendy Pink. HEX triplet: 88, 52 and 8A. RGB value is (136,82,138). Sum of RGB (Red+Green+Blue) = 136+82+138=356 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.20% from 356); Green value is 82 (32.42% from 255 or 23.03% from 356); Blue value is 138 (54.30% from 255 or 38.76% from 356); Max value from RGB is 138 - color contains mainly: blue. Hex color #88528A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88528A is #77AD75. Grayscale: #686868. Windows color (decimal): -7843190 or 9065096. OLE color: 9065096.

HSL color Cylindrical-coordinate representation of color #88528A: hue angle of 297.86º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #88528A is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13682138-
CMYK0.010.4100.46
HSL297.86º25.45%43.14%-
HSV(B)297.86º40.58%54.12%-
XYZ17.7613.125.64-
YUV104.53146.89150.45-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.20%
GREEN value IS 82 (32.42% from 255) = 23.03%
BLUE value IS 138 (54.30% from 255) = 38.76%
R=38.20%
G=23.03%
B=38.76%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal136821380.010.4100.46297.8625.4543.14
Hex88528A12902E12a192b
Octal2101222121510564523153
Binary100010001010010100010101101001010111010010101011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88528A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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