#8A4680

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

Shades of Trendy Pink #8A4680

Tints of Trendy Pink #8A4680

Color information

#8A4680 (or 0x8A4680) is unknown color: approx Trendy Pink. HEX triplet: 8A, 46 and 80. RGB value is (138,70,128). Sum of RGB (Red+Green+Blue) = 138+70+128=336 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.07% from 336); Green value is 70 (27.73% from 255 or 20.83% from 336); Blue value is 128 (50.39% from 255 or 38.10% from 336); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4680 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A4680 is #75B97F. Grayscale: #606060. Windows color (decimal): -7715200 or 8406666. OLE color: 8406666.

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

Color convert

RGB13870128-
CMYK00.490.070.46
HSL308.82º32.69%40.78%-
HSV(B)308.82º49.28%54.12%-
XYZ16.5711.3421.74-
YUV96.94145.53157.28-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.07%
GREEN value IS 70 (27.73% from 255) = 20.83%
BLUE value IS 128 (50.39% from 255) = 38.10%
R=41.07%
G=20.83%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1387012800.490.070.46308.8232.6940.78
Hex8A468003172E1352129
Octal2121062000617564654151
Binary100010101000110100000000110001111101110100110101100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,70,128); }

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

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

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

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

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

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

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