#A80755

Color #A80755 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #A80755

Tints of Jazzberry Jam #A80755

Color information

#A80755 (or 0xA80755) is unknown color: approx Jazzberry Jam. HEX triplet: A8, 07 and 55. RGB value is (168,7,85). Sum of RGB (Red+Green+Blue) = 168+7+85=260 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.62% from 260); Green value is 7 (3.12% from 255 or 2.69% from 260); Blue value is 85 (33.59% from 255 or 32.69% from 260); Max value from RGB is 168 - color contains mainly: red. Hex color #A80755 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80755 is #57F8AA. Grayscale: #3F3F3F. Windows color (decimal): -5765291 or 5572520. OLE color: 5572520.

HSL color Cylindrical-coordinate representation of color #A80755: hue angle of 330.93º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A80755 is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.34.

Color convert

RGB168785-
CMYK00.960.490.34
HSL330.93º92%34.31%-
HSV(B)330.93º95.83%65.88%-
XYZ17.869.139.42-
YUV64.03139.84202.16-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 64.62%
GREEN value IS 7 (3.12% from 255) = 2.69%
BLUE value IS 85 (33.59% from 255) = 32.69%
R=64.62%
G=2.69%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16878500.960.490.34330.939234.31
HexA8755060312214b5c22
Octal25071250140614251313442
Binary101010001111010101011000001100011000101010010111011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80755; }

 p { color: rgb(168,7,85); }

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

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

 a { background-color: rgb(168,7,85); }

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

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

 span { border-color: rgb(168,7,85); }

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