#A01159

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

Shades of Jazzberry Jam #A01159

Tints of Jazzberry Jam #A01159

Color information

#A01159 (or 0xA01159) is unknown color: approx Jazzberry Jam. HEX triplet: A0, 11 and 59. RGB value is (160,17,89). Sum of RGB (Red+Green+Blue) = 160+17+89=266 (35% of max value = 765). Red value is 160 (62.89% from 255 or 60.15% from 266); Green value is 17 (7.03% from 255 or 6.39% from 266); Blue value is 89 (35.16% from 255 or 33.46% from 266); Max value from RGB is 160 - color contains mainly: red. Hex color #A01159 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01159 is #5FEEA6. Grayscale: #434343. Windows color (decimal): -6287015 or 5837216. OLE color: 5837216.

HSL color Cylindrical-coordinate representation of color #A01159: hue angle of 329.79º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A01159 is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.37.

Color convert

RGB1601789-
CMYK00.890.440.37
HSL329.79º80.79%34.71%-
HSV(B)329.79º89.38%62.75%-
XYZ16.58.610.24-
YUV67.96139.88193.65-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 60.15%
GREEN value IS 17 (7.03% from 255) = 6.39%
BLUE value IS 89 (35.16% from 255) = 33.46%
R=60.15%
G=6.39%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.44
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160178900.890.440.37329.7980.7934.71
HexA011590592C2514a5123
Octal240211310131544551212143
Binary10100000100011011001010110011011001001011010010101010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01159; }

 p { color: rgb(160,17,89); }

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

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

 a { background-color: rgb(160,17,89); }

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

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

 span { border-color: rgb(160,17,89); }

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