#A1075B

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

Shades of Jazzberry Jam #A1075B

Tints of Jazzberry Jam #A1075B

Color information

#A1075B (or 0xA1075B) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 07 and 5B. RGB value is (161,7,91). Sum of RGB (Red+Green+Blue) = 161+7+91=259 (34% of max value = 765). Red value is 161 (63.28% from 255 or 62.16% from 259); Green value is 7 (3.12% from 255 or 2.70% from 259); Blue value is 91 (35.94% from 255 or 35.14% from 259); Max value from RGB is 161 - color contains mainly: red. Hex color #A1075B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1075B is #5EF8A4. Grayscale: #3E3E3E. Windows color (decimal): -6224037 or 5965729. OLE color: 5965729.

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

Color convert

RGB161791-
CMYK00.960.430.37
HSL327.27º91.67%32.94%-
HSV(B)327.27º95.65%63.14%-
XYZ16.668.4810.66-
YUV62.62144.02198.17-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 62.16%
GREEN value IS 7 (3.12% from 255) = 2.70%
BLUE value IS 91 (35.94% from 255) = 35.14%
R=62.16%
G=2.70%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.43
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16179100.960.430.37327.2791.6732.94
HexA175B0602B251475c21
Octal24171330140534550713441
Binary101000011111011011011000001010111001011010001111011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1075B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1075B; }

 p { color: rgb(161,7,91); }

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

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

 a { background-color: rgb(161,7,91); }

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

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

 span { border-color: rgb(161,7,91); }

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