#A2115D

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

Shades of Jazzberry Jam #A2115D

Tints of Jazzberry Jam #A2115D

Color information

#A2115D (or 0xA2115D) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 11 and 5D. RGB value is (162,17,93). Sum of RGB (Red+Green+Blue) = 162+17+93=272 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.56% from 272); Green value is 17 (7.03% from 255 or 6.25% from 272); Blue value is 93 (36.72% from 255 or 34.19% from 272); Max value from RGB is 162 - color contains mainly: red. Hex color #A2115D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2115D is #5DEEA2. Grayscale: #444444. Windows color (decimal): -6155939 or 6099362. OLE color: 6099362.

HSL color Cylindrical-coordinate representation of color #A2115D: hue angle of 328.55º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A2115D is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB1621793-
CMYK00.900.430.36
HSL328.55º81.01%35.1%-
HSV(B)328.55º89.51%63.53%-
XYZ17.088.8711.17-
YUV69.02141.54194.32-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 59.56%
GREEN value IS 17 (7.03% from 255) = 6.25%
BLUE value IS 93 (36.72% from 255) = 34.19%
R=59.56%
G=6.25%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162179300.900.430.36328.5581.0135.1
HexA2115D05A2B241495123
Octal242211350132534451112143
Binary10100010100011011101010110101010111001001010010011010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2115D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2115D; }

 p { color: rgb(162,17,93); }

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

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

 a { background-color: rgb(162,17,93); }

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

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

 span { border-color: rgb(162,17,93); }

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