#AC1158

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

Shades of Jazzberry Jam #AC1158

Tints of Jazzberry Jam #AC1158

Color information

#AC1158 (or 0xAC1158) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 11 and 58. RGB value is (172,17,88). Sum of RGB (Red+Green+Blue) = 172+17+88=277 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.09% from 277); Green value is 17 (7.03% from 255 or 6.14% from 277); Blue value is 88 (34.77% from 255 or 31.77% from 277); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1158 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1158 is #53EEA7. Grayscale: #474747. Windows color (decimal): -5500584 or 5771692. OLE color: 5771692.

HSL color Cylindrical-coordinate representation of color #AC1158: hue angle of 332.52º 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 #AC1158 is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB1721788-
CMYK00.900.490.33
HSL332.52º82.01%37.06%-
HSV(B)332.52º90.12%67.45%-
XYZ18.989.8810.14-
YUV71.44137.35199.73-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 62.09%
GREEN value IS 17 (7.03% from 255) = 6.14%
BLUE value IS 88 (34.77% from 255) = 31.77%
R=62.09%
G=6.14%
B=31.77%

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
Decimal172178800.900.490.33332.5282.0137.06
HexAC115805A312114d5225
Octal254211300132614151512245
Binary10101100100011011000010110101100011000011010011011010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1158; }

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

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

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

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

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

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

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

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