#AC1E73

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

Shades of Jazzberry Jam #AC1E73

Tints of Jazzberry Jam #AC1E73

Color information

#AC1E73 (or 0xAC1E73) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 1E and 73. RGB value is (172,30,115). Sum of RGB (Red+Green+Blue) = 172+30+115=317 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.26% from 317); Green value is 30 (12.11% from 255 or 9.46% from 317); Blue value is 115 (45.31% from 255 or 36.28% from 317); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1E73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC1E73 is #53E18C. Grayscale: #515151. Windows color (decimal): -5497229 or 7544492. OLE color: 7544492.

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

Color convert

RGB17230115-
CMYK00.830.330.33
HSL324.08º70.3%39.61%-
HSV(B)324.08º82.56%67.45%-
XYZ20.5710.9417.25-
YUV82.15146.54192.09-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 54.26%
GREEN value IS 30 (12.11% from 255) = 9.46%
BLUE value IS 115 (45.31% from 255) = 36.28%
R=54.26%
G=9.46%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1723011500.830.330.33324.0870.339.61
HexAC1E7305321211444628
Octal254361630123414150410650
Binary10101100111101110011010100111000011000011010001001000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1E73; }

 p { color: rgb(172,30,115); }

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

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

 a { background-color: rgb(172,30,115); }

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

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

 span { border-color: rgb(172,30,115); }

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