#a5155f

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

Shades of Jazzberry Jam #A5155F

Tints of Jazzberry Jam #A5155F

Color information

#A5155F (or 0xA5155F) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 15 and 5F. RGB value is (165,21,95). Sum of RGB (Red+Green+Blue) = 165+21+95=281 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.72% from 281); Green value is 21 (8.59% from 255 or 7.47% from 281); Blue value is 95 (37.5% from 255 or 33.81% from 281); Max value from RGB is 165 - color contains mainly: red. Hex color #A5155F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5155F is #5AEAA0. Grayscale: #484848. Windows color (decimal): -5958305 or 6231461. OLE color: 6231461.

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

Color convert

RGB1652195-
CMYK00.870.420.35
HSL329.17º77.42%36.47%-
HSV(B)329.17º87.27%64.71%-
XYZ17.859.3611.69-
YUV72.49140.71193.98-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 58.72%
GREEN value IS 21 (8.59% from 255) = 7.47%
BLUE value IS 95 (37.5% from 255) = 33.81%
R=58.72%
G=7.47%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165219500.870.420.35329.1777.4236.47
HexA5155F0572A231494d24
Octal245251370127524351111544
Binary10100101101011011111010101111010101000111010010011001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5155f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5155f; }

 p { color: rgb(165,21,95); }

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

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

 a { background-color: rgb(165,21,95); }

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

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

 span { border-color: rgb(165,21,95); }

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