#A11B61

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

Shades of Jazzberry Jam #A11B61

Tints of Jazzberry Jam #A11B61

Color information

#A11B61 (or 0xA11B61) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 1B and 61. RGB value is (161,27,97). Sum of RGB (Red+Green+Blue) = 161+27+97=285 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.49% from 285); Green value is 27 (10.94% from 255 or 9.47% from 285); Blue value is 97 (38.28% from 255 or 34.04% from 285); Max value from RGB is 161 - color contains mainly: red. Hex color #A11B61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A11B61 is #5EE49E. Grayscale: #4A4A4A. Windows color (decimal): -6218911 or 6364065. OLE color: 6364065.

HSL color Cylindrical-coordinate representation of color #A11B61: hue angle of 328.66º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A11B61 is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.37.

Color convert

RGB1612797-
CMYK00.830.400.37
HSL328.66º71.28%36.86%-
HSV(B)328.66º83.23%63.14%-
XYZ17.259.2212.18-
YUV75.05140.39189.31-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 56.49%
GREEN value IS 27 (10.94% from 255) = 9.47%
BLUE value IS 97 (38.28% from 255) = 34.04%
R=56.49%
G=9.47%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.40
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161279700.830.400.37328.6671.2836.86
HexA11B6105328251494725
Octal241331410123504551110745
Binary10100001110111100001010100111010001001011010010011000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11B61; }

 p { color: rgb(161,27,97); }

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

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

 a { background-color: rgb(161,27,97); }

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

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

 span { border-color: rgb(161,27,97); }

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