#A1105C

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

Shades of Jazzberry Jam #A1105C

Tints of Jazzberry Jam #A1105C

Color information

#A1105C (or 0xA1105C) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 10 and 5C. RGB value is (161,16,92). Sum of RGB (Red+Green+Blue) = 161+16+92=269 (35% of max value = 765). Red value is 161 (63.28% from 255 or 59.85% from 269); Green value is 16 (6.64% from 255 or 5.95% from 269); Blue value is 92 (36.33% from 255 or 34.20% from 269); Max value from RGB is 161 - color contains mainly: red. Hex color #A1105C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1105C is #5EEFA3. Grayscale: #434343. Windows color (decimal): -6221732 or 6033569. OLE color: 6033569.

HSL color Cylindrical-coordinate representation of color #A1105C: hue angle of 328.55º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A1105C is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.37.

Color convert

RGB1611692-
CMYK00.900.430.37
HSL328.55º81.92%34.71%-
HSV(B)328.55º90.06%63.14%-
XYZ16.828.7210.92-
YUV68.02141.54194.32-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 59.85%
GREEN value IS 16 (6.64% from 255) = 5.95%
BLUE value IS 92 (36.33% from 255) = 34.20%
R=59.85%
G=5.95%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.43
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161169200.900.430.37328.5581.9234.71
HexA1105C05A2B251495223
Octal241201340132534551112243
Binary10100001100001011100010110101010111001011010010011010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1105C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1105C; }

 p { color: rgb(161,16,92); }

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

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

 a { background-color: rgb(161,16,92); }

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

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

 span { border-color: rgb(161,16,92); }

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