#86477A

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

Shades of Trendy Pink #86477A

Tints of Trendy Pink #86477A

Color information

#86477A (or 0x86477A) is unknown color: approx Trendy Pink. HEX triplet: 86, 47 and 7A. RGB value is (134,71,122). Sum of RGB (Red+Green+Blue) = 134+71+122=327 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.98% from 327); Green value is 71 (28.12% from 255 or 21.71% from 327); Blue value is 122 (48.05% from 255 or 37.31% from 327); Max value from RGB is 134 - color contains mainly: red. Hex color #86477A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86477A is #79B885. Grayscale: #5F5F5F. Windows color (decimal): -7977094 or 8013702. OLE color: 8013702.

HSL color Cylindrical-coordinate representation of color #86477A: hue angle of 311.43º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86477A is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB13471122-
CMYK00.470.090.47
HSL311.43º30.73%40.2%-
HSV(B)311.43º47.01%52.55%-
XYZ15.610.9819.71-
YUV95.65142.87155.35-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.98%
GREEN value IS 71 (28.12% from 255) = 21.71%
BLUE value IS 122 (48.05% from 255) = 37.31%
R=40.98%
G=21.71%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1347112200.470.090.47311.4330.7340.2
Hex86477A02F92F1371f28
Octal20610717205711574673750
Binary10000110100011111110100101111100110111110011011111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86477A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,71,122); }

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

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

 a { background-color: rgb(134,71,122); }

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

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

 span { border-color: rgb(134,71,122); }

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