#AC226F

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

Shades of Jazzberry Jam #AC226F

Tints of Jazzberry Jam #AC226F

Color information

#AC226F (or 0xAC226F) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 22 and 6F. RGB value is (172,34,111). Sum of RGB (Red+Green+Blue) = 172+34+111=317 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.26% from 317); Green value is 34 (13.67% from 255 or 10.73% from 317); Blue value is 111 (43.75% from 255 or 35.02% from 317); Max value from RGB is 172 - color contains mainly: red. Hex color #AC226F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC226F is #53DD90. Grayscale: #535353. Windows color (decimal): -5496209 or 7283372. OLE color: 7283372.

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

Color convert

RGB17234111-
CMYK00.800.350.33
HSL326.52º66.99%40.39%-
HSV(B)326.52º80.23%67.45%-
XYZ20.4511.0616.1-
YUV84.04143.22190.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 54.26%
GREEN value IS 34 (13.67% from 255) = 10.73%
BLUE value IS 111 (43.75% from 255) = 35.02%
R=54.26%
G=10.73%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1723411100.800.350.33326.5266.9940.39
HexAC226F05023211474328
Octal254421570120434150710350
Binary101011001000101101111010100001000111000011010001111000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC226F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC226F; }

 p { color: rgb(172,34,111); }

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

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

 a { background-color: rgb(172,34,111); }

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

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

 span { border-color: rgb(172,34,111); }

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