#A5115D

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

Shades of Jazzberry Jam #A5115D

Tints of Jazzberry Jam #A5115D

Color information

#A5115D (or 0xA5115D) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 11 and 5D. RGB value is (165,17,93). Sum of RGB (Red+Green+Blue) = 165+17+93=275 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60% from 275); Green value is 17 (7.03% from 255 or 6.18% from 275); Blue value is 93 (36.72% from 255 or 33.82% from 275); Max value from RGB is 165 - color contains mainly: red. Hex color #A5115D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5115D is #5AEEA2. Grayscale: #454545. Windows color (decimal): -5959331 or 6099365. OLE color: 6099365.

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

Color convert

RGB1651793-
CMYK00.900.440.35
HSL329.19º81.32%35.69%-
HSV(B)329.19º89.7%64.71%-
XYZ17.699.1911.2-
YUV69.92141.03195.82-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 60%
GREEN value IS 17 (7.03% from 255) = 6.18%
BLUE value IS 93 (36.72% from 255) = 33.82%
R=60%
G=6.18%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165179300.900.440.35329.1981.3235.69
HexA5115D05A2C231495124
Octal245211350132544351112144
Binary10100101100011011101010110101011001000111010010011010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5115D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5115D; }

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

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

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

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

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

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

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

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