#A00A60

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

Shades of Jazzberry Jam #A00A60

Tints of Jazzberry Jam #A00A60

Color information

#A00A60 (or 0xA00A60) is unknown color: approx Jazzberry Jam. HEX triplet: A0, 0A and 60. RGB value is (160,10,96). Sum of RGB (Red+Green+Blue) = 160+10+96=266 (35% of max value = 765). Red value is 160 (62.89% from 255 or 60.15% from 266); Green value is 10 (4.30% from 255 or 3.76% from 266); Blue value is 96 (37.89% from 255 or 36.09% from 266); Max value from RGB is 160 - color contains mainly: red. Hex color #A00A60 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00A60 is #5FF59F. Grayscale: #404040. Windows color (decimal): -6288800 or 6294176. OLE color: 6294176.

HSL color Cylindrical-coordinate representation of color #A00A60: hue angle of 325.6º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00A60 is Cyan = 0, Magento = 0.94, Yellow = 0.4 and Black (K on CMYK) = 0.37.

Color convert

RGB1601096-
CMYK00.940.40.37
HSL325.6º88.24%33.33%-
HSV(B)325.6º93.75%62.75%-
XYZ16.728.5411.83-
YUV64.65145.7196.01-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 60.15%
GREEN value IS 10 (4.30% from 255) = 3.76%
BLUE value IS 96 (37.89% from 255) = 36.09%
R=60.15%
G=3.76%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.4
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160109600.940.40.37325.688.2433.33
HexA0A6005E28251465821
Octal240121400136504550613041
Binary1010000010101100000010111101010001001011010001101011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00A60; }

 p { color: rgb(160,10,96); }

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

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

 a { background-color: rgb(160,10,96); }

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

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

 span { border-color: rgb(160,10,96); }

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