#A11056

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

Shades of Jazzberry Jam #A11056

Tints of Jazzberry Jam #A11056

Color information

#A11056 (or 0xA11056) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 10 and 56. RGB value is (161,16,86). Sum of RGB (Red+Green+Blue) = 161+16+86=263 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.22% from 263); Green value is 16 (6.64% from 255 or 6.08% from 263); Blue value is 86 (33.98% from 255 or 32.70% from 263); Max value from RGB is 161 - color contains mainly: red. Hex color #A11056 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11056 is #5EEFA9. Grayscale: #434343. Windows color (decimal): -6221738 or 5640353. OLE color: 5640353.

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

Color convert

RGB1611686-
CMYK00.900.470.37
HSL331.03º81.92%34.71%-
HSV(B)331.03º90.06%63.14%-
XYZ16.568.629.59-
YUV67.33138.54194.81-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 61.22%
GREEN value IS 16 (6.64% from 255) = 6.08%
BLUE value IS 86 (33.98% from 255) = 32.70%
R=61.22%
G=6.08%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.47
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161168600.900.470.37331.0381.9234.71
HexA1105605A2F2514b5223
Octal241201260132574551312243
Binary10100001100001010110010110101011111001011010010111010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11056; }

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

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

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

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

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

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

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

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