#80567A

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

Shades of Trendy Pink #80567A

Tints of Trendy Pink #80567A

Color information

#80567A (or 0x80567A) is unknown color: approx Trendy Pink. HEX triplet: 80, 56 and 7A. RGB value is (128,86,122). Sum of RGB (Red+Green+Blue) = 128+86+122=336 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.10% from 336); Green value is 86 (33.98% from 255 or 25.60% from 336); Blue value is 122 (48.05% from 255 or 36.31% from 336); Max value from RGB is 128 - color contains mainly: red. Hex color #80567A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80567A is #7FA985. Grayscale: #666666. Windows color (decimal): -8366470 or 8017536. OLE color: 8017536.

HSL color Cylindrical-coordinate representation of color #80567A: hue angle of 308.57º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #80567A is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB12886122-
CMYK00.330.050.50
HSL308.57º19.63%41.96%-
HSV(B)308.57º32.81%50.2%-
XYZ15.7412.6520.02-
YUV102.66138.91146.07-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.10%
GREEN value IS 86 (33.98% from 255) = 25.60%
BLUE value IS 122 (48.05% from 255) = 36.31%
R=38.10%
G=25.60%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.05
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1288612200.330.050.50308.5719.6341.96
Hex80567A021532135142a
Octal2001261720415624652452
Binary1000000010101101111010010000110111001010011010110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80567A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,86,122); }

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

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

 a { background-color: rgb(128,86,122); }

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

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

 span { border-color: rgb(128,86,122); }

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