#A11D61

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

Shades of Jazzberry Jam #A11D61

Tints of Jazzberry Jam #A11D61

Color information

#A11D61 (or 0xA11D61) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 1D and 61. RGB value is (161,29,97). Sum of RGB (Red+Green+Blue) = 161+29+97=287 (38% of max value = 765). Red value is 161 (63.28% from 255 or 56.10% from 287); Green value is 29 (11.72% from 255 or 10.10% from 287); Blue value is 97 (38.28% from 255 or 33.80% from 287); Max value from RGB is 161 - color contains mainly: red. Hex color #A11D61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A11D61 is #5EE29E. Grayscale: #4C4C4C. Windows color (decimal): -6218399 or 6364577. OLE color: 6364577.

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

Color convert

RGB1612997-
CMYK00.820.400.37
HSL329.09º69.47%37.25%-
HSV(B)329.09º81.99%63.14%-
XYZ17.299.3212.2-
YUV76.22139.73188.47-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 56.10%
GREEN value IS 29 (11.72% from 255) = 10.10%
BLUE value IS 97 (38.28% from 255) = 33.80%
R=56.10%
G=10.10%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.40
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161299700.820.400.37329.0969.4737.25
HexA11D6105228251494525
Octal241351410122504551110545
Binary10100001111011100001010100101010001001011010010011000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11D61; }

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

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

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

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

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

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

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

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