#87648A

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

Shades of Trendy Pink #87648A

Tints of Trendy Pink #87648A

Color information

#87648A (or 0x87648A) is unknown color: approx Trendy Pink. HEX triplet: 87, 64 and 8A. RGB value is (135,100,138). Sum of RGB (Red+Green+Blue) = 135+100+138=373 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.19% from 373); Green value is 100 (39.45% from 255 or 26.81% from 373); Blue value is 138 (54.30% from 255 or 37.00% from 373); Max value from RGB is 138 - color contains mainly: blue. Hex color #87648A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87648A is #789B75. Grayscale: #727272. Windows color (decimal): -7904118 or 9069703. OLE color: 9069703.

HSL color Cylindrical-coordinate representation of color #87648A: hue angle of 295.26º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #87648A is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB135100138-
CMYK0.020.2800.46
HSL295.26º15.97%46.67%-
HSV(B)295.26º27.54%54.12%-
XYZ19.1416.126.14-
YUV114.8141.1142.41-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.19%
GREEN value IS 100 (39.45% from 255) = 26.81%
BLUE value IS 138 (54.30% from 255) = 37.00%
R=36.19%
G=26.81%
B=37.00%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1351001380.020.2800.46295.2615.9746.67
Hex87648A21C02E127102f
Octal2071442122340564472057
Binary100001111100100100010101011100010111010010011110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87648A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,100,138); }

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

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

 a { background-color: rgb(135,100,138); }

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

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

 span { border-color: rgb(135,100,138); }

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