#8A5685

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

Shades of Trendy Pink #8A5685

Tints of Trendy Pink #8A5685

Color information

#8A5685 (or 0x8A5685) is unknown color: approx Trendy Pink. HEX triplet: 8A, 56 and 85. RGB value is (138,86,133). Sum of RGB (Red+Green+Blue) = 138+86+133=357 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.66% from 357); Green value is 86 (33.98% from 255 or 24.09% from 357); Blue value is 133 (52.34% from 255 or 37.25% from 357); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5685 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A5685 is #75A97A. Grayscale: #6A6A6A. Windows color (decimal): -7711099 or 8738442. OLE color: 8738442.

HSL color Cylindrical-coordinate representation of color #8A5685: hue angle of 305.77º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8A5685 is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB13886133-
CMYK00.380.040.46
HSL305.77º23.21%43.92%-
HSV(B)305.77º37.68%54.12%-
XYZ18.0413.7523.89-
YUV106.91142.73150.18-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.66%
GREEN value IS 86 (33.98% from 255) = 24.09%
BLUE value IS 133 (52.34% from 255) = 37.25%
R=38.66%
G=24.09%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1388613300.380.040.46305.7723.2143.92
Hex8A568502642E132172c
Octal2121262050464564622754
Binary10001010101011010000101010011010010111010011001010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,86,133); }

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

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

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

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

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

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

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