#AC044D

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

Shades of Jazzberry Jam #AC044D

Tints of Jazzberry Jam #AC044D

Color information

#AC044D (or 0xAC044D) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 04 and 4D. RGB value is (172,4,77). Sum of RGB (Red+Green+Blue) = 172+4+77=253 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.98% from 253); Green value is 4 (1.95% from 255 or 1.58% from 253); Blue value is 77 (30.47% from 255 or 30.43% from 253); Max value from RGB is 172 - color contains mainly: red. Hex color #AC044D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC044D is #53FBB2. Grayscale: #3E3E3E. Windows color (decimal): -5503923 or 5047468. OLE color: 5047468.

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

Color convert

RGB172477-
CMYK00.980.550.33
HSL333.93º95.45%34.51%-
HSV(B)333.93º97.67%67.45%-
XYZ18.49.397.86-
YUV62.55136.16206.06-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 67.98%
GREEN value IS 4 (1.95% from 255) = 1.58%
BLUE value IS 77 (30.47% from 255) = 30.43%
R=67.98%
G=1.58%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17247700.980.550.33333.9395.4534.51
HexAC44D062372114e5f23
Octal25441150142674151613743
Binary101011001001001101011000101101111000011010011101011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC044D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC044D; }

 p { color: rgb(172,4,77); }

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

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

 a { background-color: rgb(172,4,77); }

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

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

 span { border-color: rgb(172,4,77); }

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