#8A728A

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

Shades of Trendy Pink #8A728A

Tints of Trendy Pink #8A728A

Color information

#8A728A (or 0x8A728A) is unknown color: approx Trendy Pink. HEX triplet: 8A, 72 and 8A. RGB value is (138,114,138). Sum of RGB (Red+Green+Blue) = 138+114+138=390 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.38% from 390); Green value is 114 (44.92% from 255 or 29.23% from 390); Blue value is 138 (54.30% from 255 or 35.38% from 390); Max value from RGB is 138 - color contains mainly: red, blue. Hex color #8A728A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A728A is #758D75. Grayscale: #7B7B7B. Windows color (decimal): -7703926 or 9073290. OLE color: 9073290.

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

Color convert

RGB138114138-
CMYK00.1700.46
HSL300º9.52%49.41%-
HSV(B)300º17.39%54.12%-
XYZ21.0919.2726.65-
YUV123.91135.95138.05-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.38%
GREEN value IS 114 (44.92% from 255) = 29.23%
BLUE value IS 138 (54.30% from 255) = 35.38%
R=35.38%
G=29.23%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13811413800.1700.463009.5249.41
Hex8A728A01102E12ca31
Octal2121622120210564541261
Binary1000101011100101000101001000101011101001011001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A728A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,114,138); }

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

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

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

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

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

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

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