#A1195B

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

Shades of Jazzberry Jam #A1195B

Tints of Jazzberry Jam #A1195B

Color information

#A1195B (or 0xA1195B) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 19 and 5B. RGB value is (161,25,91). Sum of RGB (Red+Green+Blue) = 161+25+91=277 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.12% from 277); Green value is 25 (10.16% from 255 or 9.03% from 277); Blue value is 91 (35.94% from 255 or 32.85% from 277); Max value from RGB is 161 - color contains mainly: red. Hex color #A1195B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1195B is #5EE6A4. Grayscale: #494949. Windows color (decimal): -6219429 or 5970337. OLE color: 5970337.

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

Color convert

RGB1612591-
CMYK00.840.430.37
HSL330.88º73.12%36.47%-
HSV(B)330.88º84.47%63.14%-
XYZ16.939.0310.75-
YUV73.19138.06190.63-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 58.12%
GREEN value IS 25 (10.16% from 255) = 9.03%
BLUE value IS 91 (35.94% from 255) = 32.85%
R=58.12%
G=9.03%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.43
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161259100.840.430.37330.8873.1236.47
HexA1195B0542B2514b4924
Octal241311330124534551311144
Binary10100001110011011011010101001010111001011010010111001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1195B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1195B; }

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

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

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

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

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

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

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

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