#AC256C

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

Shades of Jazzberry Jam #AC256C

Tints of Jazzberry Jam #AC256C

Color information

#AC256C (or 0xAC256C) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 25 and 6C. RGB value is (172,37,108). Sum of RGB (Red+Green+Blue) = 172+37+108=317 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.26% from 317); Green value is 37 (14.84% from 255 or 11.67% from 317); Blue value is 108 (42.58% from 255 or 34.07% from 317); Max value from RGB is 172 - color contains mainly: red. Hex color #AC256C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC256C is #53DA93. Grayscale: #555555. Windows color (decimal): -5495444 or 7087532. OLE color: 7087532.

HSL color Cylindrical-coordinate representation of color #AC256C: hue angle of 328.44º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC256C is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB17237108-
CMYK00.780.370.33
HSL328.44º64.59%40.98%-
HSV(B)328.44º78.49%67.45%-
XYZ20.3811.1815.27-
YUV85.46140.73189.73-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 54.26%
GREEN value IS 37 (14.84% from 255) = 11.67%
BLUE value IS 108 (42.58% from 255) = 34.07%
R=54.26%
G=11.67%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1723710800.780.370.33328.4464.5940.98
HexAC256C04E25211484129
Octal254451540116454151010151
Binary101011001001011101100010011101001011000011010010001000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC256C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC256C; }

 p { color: rgb(172,37,108); }

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

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

 a { background-color: rgb(172,37,108); }

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

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

 span { border-color: rgb(172,37,108); }

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