#AC1A57

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

Shades of Jazzberry Jam #AC1A57

Tints of Jazzberry Jam #AC1A57

Color information

#AC1A57 (or 0xAC1A57) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 1A and 57. RGB value is (172,26,87). Sum of RGB (Red+Green+Blue) = 172+26+87=285 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.35% from 285); Green value is 26 (10.55% from 255 or 9.12% from 285); Blue value is 87 (34.38% from 255 or 30.53% from 285); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1A57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC1A57 is #53E5A8. Grayscale: #4C4C4C. Windows color (decimal): -5498281 or 5708460. OLE color: 5708460.

HSL color Cylindrical-coordinate representation of color #AC1A57: hue angle of 334.93º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC1A57 is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB1722687-
CMYK00.850.490.33
HSL334.93º73.74%38.82%-
HSV(B)334.93º84.88%67.45%-
XYZ19.110.29.98-
YUV76.61133.87196.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 60.35%
GREEN value IS 26 (10.55% from 255) = 9.12%
BLUE value IS 87 (34.38% from 255) = 30.53%
R=60.35%
G=9.12%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172268700.850.490.33334.9373.7438.82
HexAC1A57055312114f4a27
Octal254321270125614151711247
Binary10101100110101010111010101011100011000011010011111001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1A57; }

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

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

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

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

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

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

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

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