#A00957

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

Shades of Jazzberry Jam #A00957

Tints of Jazzberry Jam #A00957

Color information

#A00957 (or 0xA00957) is unknown color: approx Jazzberry Jam. HEX triplet: A0, 09 and 57. RGB value is (160,9,87). Sum of RGB (Red+Green+Blue) = 160+9+87=256 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.5% from 256); Green value is 9 (3.91% from 255 or 3.52% from 256); Blue value is 87 (34.38% from 255 or 33.98% from 256); Max value from RGB is 160 - color contains mainly: red. Hex color #A00957 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00957 is #5FF6A8. Grayscale: #3E3E3E. Windows color (decimal): -6289065 or 5704096. OLE color: 5704096.

HSL color Cylindrical-coordinate representation of color #A00957: hue angle of 329.01º degrees, saturation: 0.89, 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 #A00957 is Cyan = 0, Magento = 0.94, Yellow = 0.46 and Black (K on CMYK) = 0.37.

Color convert

RGB160987-
CMYK00.940.460.37
HSL329.01º89.35%33.14%-
HSV(B)329.01º94.38%62.75%-
XYZ16.328.369.77-
YUV63.04141.53197.16-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 62.5%
GREEN value IS 9 (3.91% from 255) = 3.52%
BLUE value IS 87 (34.38% from 255) = 33.98%
R=62.5%
G=3.52%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.46
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16098700.940.460.37329.0189.3533.14
HexA095705E2E251495921
Octal240111270136564551113141
Binary1010000010011010111010111101011101001011010010011011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00957; }

 p { color: rgb(160,9,87); }

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

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

 a { background-color: rgb(160,9,87); }

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

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

 span { border-color: rgb(160,9,87); }

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