#87497A

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

Shades of Trendy Pink #87497A

Tints of Trendy Pink #87497A

Color information

#87497A (or 0x87497A) is unknown color: approx Trendy Pink. HEX triplet: 87, 49 and 7A. RGB value is (135,73,122). Sum of RGB (Red+Green+Blue) = 135+73+122=330 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.91% from 330); Green value is 73 (28.91% from 255 or 22.12% from 330); Blue value is 122 (48.05% from 255 or 36.97% from 330); Max value from RGB is 135 - color contains mainly: red. Hex color #87497A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87497A is #78B685. Grayscale: #606060. Windows color (decimal): -7911046 or 8014215. OLE color: 8014215.

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

Color convert

RGB13573122-
CMYK00.460.100.47
HSL312.58º29.81%40.78%-
HSV(B)312.58º45.93%52.94%-
XYZ15.8911.3219.76-
YUV97.12142.04155.02-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.91%
GREEN value IS 73 (28.91% from 255) = 22.12%
BLUE value IS 122 (48.05% from 255) = 36.97%
R=40.91%
G=22.12%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1357312200.460.100.47312.5829.8140.78
Hex87497A02EA2F1391e29
Octal20711117205612574713651
Binary10000111100100111110100101110101010111110011100111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87497A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,73,122); }

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

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

 a { background-color: rgb(135,73,122); }

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

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

 span { border-color: rgb(135,73,122); }

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