#AC1157

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

Shades of Jazzberry Jam #AC1157

Tints of Jazzberry Jam #AC1157

Color information

#AC1157 (or 0xAC1157) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 11 and 57. RGB value is (172,17,87). Sum of RGB (Red+Green+Blue) = 172+17+87=276 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.32% from 276); Green value is 17 (7.03% from 255 or 6.16% from 276); Blue value is 87 (34.38% from 255 or 31.52% from 276); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1157 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1157 is #53EEA8. Grayscale: #474747. Windows color (decimal): -5500585 or 5706156. OLE color: 5706156.

HSL color Cylindrical-coordinate representation of color #AC1157: hue angle of 332.9º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC1157 is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB1721787-
CMYK00.900.490.33
HSL332.9º82.01%37.06%-
HSV(B)332.9º90.12%67.45%-
XYZ18.939.869.92-
YUV71.32136.85199.81-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 62.32%
GREEN value IS 17 (7.03% from 255) = 6.16%
BLUE value IS 87 (34.38% from 255) = 31.52%
R=62.32%
G=6.16%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172178700.900.490.33332.982.0137.06
HexAC115705A312114d5225
Octal254211270132614151512245
Binary10101100100011010111010110101100011000011010011011010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1157; }

 p { color: rgb(172,17,87); }

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

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

 a { background-color: rgb(172,17,87); }

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

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

 span { border-color: rgb(172,17,87); }

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