#A11562

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

Shades of Jazzberry Jam #A11562

Tints of Jazzberry Jam #A11562

Color information

#A11562 (or 0xA11562) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 15 and 62. RGB value is (161,21,98). Sum of RGB (Red+Green+Blue) = 161+21+98=280 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.5% from 280); Green value is 21 (8.59% from 255 or 7.5% from 280); Blue value is 98 (38.67% from 255 or 35% from 280); Max value from RGB is 161 - color contains mainly: red. Hex color #A11562 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11562 is #5EEA9D. Grayscale: #474747. Windows color (decimal): -6220446 or 6428065. OLE color: 6428065.

HSL color Cylindrical-coordinate representation of color #A11562: hue angle of 327º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A11562 is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.37.

Color convert

RGB1612198-
CMYK00.870.390.37
HSL327º76.92%35.69%-
HSV(B)327º86.96%63.14%-
XYZ17.17912.39-
YUV71.64142.88191.74-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 57.5%
GREEN value IS 21 (8.59% from 255) = 7.5%
BLUE value IS 98 (38.67% from 255) = 35%
R=57.5%
G=7.5%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.39
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161219800.870.390.3732776.9235.69
HexA1156205727251474d24
Octal241251420127474550711544
Binary10100001101011100010010101111001111001011010001111001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11562; }

 p { color: rgb(161,21,98); }

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

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

 a { background-color: rgb(161,21,98); }

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

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

 span { border-color: rgb(161,21,98); }

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