#88467A

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

Shades of Trendy Pink #88467A

Tints of Trendy Pink #88467A

Color information

#88467A (or 0x88467A) is unknown color: approx Trendy Pink. HEX triplet: 88, 46 and 7A. RGB value is (136,70,122). Sum of RGB (Red+Green+Blue) = 136+70+122=328 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.46% from 328); Green value is 70 (27.73% from 255 or 21.34% from 328); Blue value is 122 (48.05% from 255 or 37.20% from 328); Max value from RGB is 136 - color contains mainly: red. Hex color #88467A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88467A is #77B985. Grayscale: #5F5F5F. Windows color (decimal): -7846278 or 8013448. OLE color: 8013448.

HSL color Cylindrical-coordinate representation of color #88467A: hue angle of 312.73º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #88467A is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB13670122-
CMYK00.490.100.47
HSL312.73º32.04%40.39%-
HSV(B)312.73º48.53%53.33%-
XYZ15.8611.0219.7-
YUV95.66142.87156.77-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.46%
GREEN value IS 70 (27.73% from 255) = 21.34%
BLUE value IS 122 (48.05% from 255) = 37.20%
R=41.46%
G=21.34%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1367012200.490.100.47312.7332.0440.39
Hex88467A031A2F1392028
Octal21010617206112574714050
Binary100010001000110111101001100011010101111100111001100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88467A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,70,122); }

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

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

 a { background-color: rgb(136,70,122); }

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

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

 span { border-color: rgb(136,70,122); }

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