#A1175B

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

Shades of Jazzberry Jam #A1175B

Tints of Jazzberry Jam #A1175B

Color information

#A1175B (or 0xA1175B) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 17 and 5B. RGB value is (161,23,91). Sum of RGB (Red+Green+Blue) = 161+23+91=275 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.55% from 275); Green value is 23 (9.38% from 255 or 8.36% from 275); Blue value is 91 (35.94% from 255 or 33.09% from 275); Max value from RGB is 161 - color contains mainly: red. Hex color #A1175B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1175B is #5EE8A4. Grayscale: #474747. Windows color (decimal): -6219941 or 5969825. OLE color: 5969825.

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

Color convert

RGB1612391-
CMYK00.860.430.37
HSL330.43º75%36.08%-
HSV(B)330.43º85.71%63.14%-
XYZ16.898.9510.73-
YUV72.01138.72191.47-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 58.55%
GREEN value IS 23 (9.38% from 255) = 8.36%
BLUE value IS 91 (35.94% from 255) = 33.09%
R=58.55%
G=8.36%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.43
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161239100.860.430.37330.437536.08
HexA1175B0562B2514a4b24
Octal241271330126534551211344
Binary10100001101111011011010101101010111001011010010101001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1175B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1175B; }

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

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

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

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

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

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

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

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