#A1105B

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

Shades of Jazzberry Jam #A1105B

Tints of Jazzberry Jam #A1105B

Color information

#A1105B (or 0xA1105B) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 10 and 5B. RGB value is (161,16,91). Sum of RGB (Red+Green+Blue) = 161+16+91=268 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.07% from 268); Green value is 16 (6.64% from 255 or 5.97% from 268); Blue value is 91 (35.94% from 255 or 33.96% from 268); Max value from RGB is 161 - color contains mainly: red. Hex color #A1105B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1105B is #5EEFA4. Grayscale: #434343. Windows color (decimal): -6221733 or 5968033. OLE color: 5968033.

HSL color Cylindrical-coordinate representation of color #A1105B: hue angle of 328.97º 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 #A1105B is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.37.

Color convert

RGB1611691-
CMYK00.900.430.37
HSL328.97º81.92%34.71%-
HSV(B)328.97º90.06%63.14%-
XYZ16.778.710.69-
YUV67.9141.04194.4-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 60.07%
GREEN value IS 16 (6.64% from 255) = 5.97%
BLUE value IS 91 (35.94% from 255) = 33.96%
R=60.07%
G=5.97%
B=33.96%

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
Decimal161169100.900.430.37328.9781.9234.71
HexA1105B05A2B251495223
Octal241201330132534551112243
Binary10100001100001011011010110101010111001011010010011010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1105B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1105B; }

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

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

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

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

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

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

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

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