#8A7088

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

Shades of Trendy Pink #8A7088

Tints of Trendy Pink #8A7088

Color information

#8A7088 (or 0x8A7088) is unknown color: approx Trendy Pink. HEX triplet: 8A, 70 and 88. RGB value is (138,112,136). Sum of RGB (Red+Green+Blue) = 138+112+136=386 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.75% from 386); Green value is 112 (44.14% from 255 or 29.02% from 386); Blue value is 136 (53.52% from 255 or 35.23% from 386); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7088 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7088 is #758F77. Grayscale: #7A7A7A. Windows color (decimal): -7704440 or 8941706. OLE color: 8941706.

HSL color Cylindrical-coordinate representation of color #8A7088: hue angle of 304.62º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8A7088 is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.46.

Color convert

RGB138112136-
CMYK00.190.010.46
HSL304.62º10.4%49.02%-
HSV(B)304.62º18.84%54.12%-
XYZ20.7218.7725.82-
YUV122.51135.61139.05-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.75%
GREEN value IS 112 (44.14% from 255) = 29.02%
BLUE value IS 136 (53.52% from 255) = 35.23%
R=35.75%
G=29.02%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.01
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13811213600.190.010.46304.6210.449.02
Hex8A708801312E131a31
Octal2121602100231564611261
Binary1000101011100001000100001001111011101001100011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A7088; }

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

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

<style>
 a { background-color: #8A7088; }

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

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

<style>
 span { border-color: #8A7088; }

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

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