#82648A

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

Shades of Trendy Pink #82648A

Tints of Trendy Pink #82648A

Color information

#82648A (or 0x82648A) is unknown color: approx Trendy Pink. HEX triplet: 82, 64 and 8A. RGB value is (130,100,138). Sum of RGB (Red+Green+Blue) = 130+100+138=368 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.33% from 368); Green value is 100 (39.45% from 255 or 27.17% from 368); Blue value is 138 (54.30% from 255 or 37.5% from 368); Max value from RGB is 138 - color contains mainly: blue. Hex color #82648A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82648A is #7D9B75. Grayscale: #717171. Windows color (decimal): -8231798 or 9069698. OLE color: 9069698.

HSL color Cylindrical-coordinate representation of color #82648A: hue angle of 287.37º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #82648A is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB130100138-
CMYK0.060.2800.46
HSL287.37º15.97%46.67%-
HSV(B)287.37º27.54%54.12%-
XYZ18.3515.726.11-
YUV113.3141.94139.91-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.33%
GREEN value IS 100 (39.45% from 255) = 27.17%
BLUE value IS 138 (54.30% from 255) = 37.5%
R=35.33%
G=27.17%
B=37.5%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1301001380.060.2800.46287.3715.9746.67
Hex82648A61C02E11f102f
Octal2021442126340564372057
Binary1000001011001001000101011011100010111010001111110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82648A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,100,138); }

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

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

 a { background-color: rgb(130,100,138); }

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

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

 span { border-color: rgb(130,100,138); }

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