#A80761

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

Shades of Jazzberry Jam #A80761

Tints of Jazzberry Jam #A80761

Color information

#A80761 (or 0xA80761) is unknown color: approx Jazzberry Jam. HEX triplet: A8, 07 and 61. RGB value is (168,7,97). Sum of RGB (Red+Green+Blue) = 168+7+97=272 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.76% from 272); Green value is 7 (3.12% from 255 or 2.57% from 272); Blue value is 97 (38.28% from 255 or 35.66% from 272); Max value from RGB is 168 - color contains mainly: red. Hex color #A80761 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80761 is #57F89E. Grayscale: #414141. Windows color (decimal): -5765279 or 6358952. OLE color: 6358952.

HSL color Cylindrical-coordinate representation of color #A80761: hue angle of 326.46º 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 #A80761 is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.34.

Color convert

RGB168797-
CMYK00.960.420.34
HSL326.46º92%34.31%-
HSV(B)326.46º95.83%65.88%-
XYZ18.389.3412.14-
YUV65.4145.84201.18-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 61.76%
GREEN value IS 7 (3.12% from 255) = 2.57%
BLUE value IS 97 (38.28% from 255) = 35.66%
R=61.76%
G=2.57%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.42
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16879700.960.420.34326.469234.31
HexA87610602A221465c22
Octal25071410140524250613442
Binary101010001111100001011000001010101000101010001101011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80761; }

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

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

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

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

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

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

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

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