#ac1f57

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

Shades of Jazzberry Jam #AC1F57

Tints of Jazzberry Jam #AC1F57

Color information

#AC1F57 (or 0xAC1F57) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 1F and 57. RGB value is (172,31,87). Sum of RGB (Red+Green+Blue) = 172+31+87=290 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.31% from 290); Green value is 31 (12.5% from 255 or 10.69% from 290); Blue value is 87 (34.38% from 255 or 30% from 290); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1F57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC1F57 is #53E0A8. Grayscale: #4F4F4F. Windows color (decimal): -5497001 or 5709740. OLE color: 5709740.

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

Color convert

RGB1723187-
CMYK00.820.490.33
HSL336.17º69.46%39.8%-
HSV(B)336.17º81.98%67.45%-
XYZ19.2210.4410.02-
YUV79.54132.21193.95-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 59.31%
GREEN value IS 31 (12.5% from 255) = 10.69%
BLUE value IS 87 (34.38% from 255) = 30%
R=59.31%
G=10.69%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172318700.820.490.33336.1769.4639.8
HexAC1F5705231211504528
Octal254371270122614152010550
Binary10101100111111010111010100101100011000011010100001000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac1f57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac1f57; }

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

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

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

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

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

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

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

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