#AC226A

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

Shades of Jazzberry Jam #AC226A

Tints of Jazzberry Jam #AC226A

Color information

#AC226A (or 0xAC226A) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 22 and 6A. RGB value is (172,34,106). Sum of RGB (Red+Green+Blue) = 172+34+106=312 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.13% from 312); Green value is 34 (13.67% from 255 or 10.90% from 312); Blue value is 106 (41.80% from 255 or 33.97% from 312); Max value from RGB is 172 - color contains mainly: red. Hex color #AC226A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC226A is #53DD95. Grayscale: #535353. Windows color (decimal): -5496214 or 6955692. OLE color: 6955692.

HSL color Cylindrical-coordinate representation of color #AC226A: hue angle of 328.7º 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 #AC226A is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB17234106-
CMYK00.800.380.33
HSL328.7º66.99%40.39%-
HSV(B)328.7º80.23%67.45%-
XYZ20.1910.9614.69-
YUV83.47140.72191.15-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 55.13%
GREEN value IS 34 (13.67% from 255) = 10.90%
BLUE value IS 106 (41.80% from 255) = 33.97%
R=55.13%
G=10.90%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1723410600.800.380.33328.766.9940.39
HexAC226A05026211494328
Octal254421520120464151110350
Binary101011001000101101010010100001001101000011010010011000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC226A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC226A; }

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

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

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

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

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

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

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

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