#A80960

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

Shades of Jazzberry Jam #A80960

Tints of Jazzberry Jam #A80960

Color information

#A80960 (or 0xA80960) is unknown color: approx Jazzberry Jam. HEX triplet: A8, 09 and 60. RGB value is (168,9,96). Sum of RGB (Red+Green+Blue) = 168+9+96=273 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.54% from 273); Green value is 9 (3.91% from 255 or 3.30% from 273); Blue value is 96 (37.89% from 255 or 35.16% from 273); Max value from RGB is 168 - color contains mainly: red. Hex color #A80960 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80960 is #57F69F. Grayscale: #424242. Windows color (decimal): -5764768 or 6293928. OLE color: 6293928.

HSL color Cylindrical-coordinate representation of color #A80960: hue angle of 327.17º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A80960 is Cyan = 0, Magento = 0.95, Yellow = 0.43 and Black (K on CMYK) = 0.34.

Color convert

RGB168996-
CMYK00.950.430.34
HSL327.17º89.83%34.71%-
HSV(B)327.17º94.64%65.88%-
XYZ18.369.3611.91-
YUV66.46144.68200.43-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 61.54%
GREEN value IS 9 (3.91% from 255) = 3.30%
BLUE value IS 96 (37.89% from 255) = 35.16%
R=61.54%
G=3.30%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16899600.950.430.34327.1789.8334.71
HexA896005F2B221475a23
Octal250111400137534250713243
Binary1010100010011100000010111111010111000101010001111011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80960; }

 p { color: rgb(168,9,96); }

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

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

 a { background-color: rgb(168,9,96); }

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

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

 span { border-color: rgb(168,9,96); }

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