#824680

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

Shades of Trendy Pink #824680

Tints of Trendy Pink #824680

Color information

#824680 (or 0x824680) is unknown color: approx Trendy Pink. HEX triplet: 82, 46 and 80. RGB value is (130,70,128). Sum of RGB (Red+Green+Blue) = 130+70+128=328 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.63% from 328); Green value is 70 (27.73% from 255 or 21.34% from 328); Blue value is 128 (50.39% from 255 or 39.02% from 328); Max value from RGB is 130 - color contains mainly: red. Hex color #824680 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824680 is #7DB97F. Grayscale: #5E5E5E. Windows color (decimal): -8239488 or 8406658. OLE color: 8406658.

HSL color Cylindrical-coordinate representation of color #824680: hue angle of 302º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #824680 is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB13070128-
CMYK00.460.020.49
HSL302º30%39.22%-
HSV(B)302º46.15%50.98%-
XYZ15.2910.6821.68-
YUV94.55146.88153.28-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.63%
GREEN value IS 70 (27.73% from 255) = 21.34%
BLUE value IS 128 (50.39% from 255) = 39.02%
R=39.63%
G=21.34%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1307012800.460.020.493023039.22
Hex82468002E23112e1e27
Octal2021062000562614563647
Binary1000001010001101000000001011101011000110010111011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824680; }

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

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

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

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

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

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

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

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