#AC044E

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

Shades of Jazzberry Jam #AC044E

Tints of Jazzberry Jam #AC044E

Color information

#AC044E (or 0xAC044E) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 04 and 4E. RGB value is (172,4,78). Sum of RGB (Red+Green+Blue) = 172+4+78=254 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.72% from 254); Green value is 4 (1.95% from 255 or 1.57% from 254); Blue value is 78 (30.86% from 255 or 30.71% from 254); Max value from RGB is 172 - color contains mainly: red. Hex color #AC044E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC044E is #53FBB1. Grayscale: #3E3E3E. Windows color (decimal): -5503922 or 5113004. OLE color: 5113004.

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

Color convert

RGB172478-
CMYK00.980.550.33
HSL333.57º95.45%34.51%-
HSV(B)333.57º97.67%67.45%-
XYZ18.439.418.05-
YUV62.67136.66205.98-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 67.72%
GREEN value IS 4 (1.95% from 255) = 1.57%
BLUE value IS 78 (30.86% from 255) = 30.71%
R=67.72%
G=1.57%
B=30.71%

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
Decimal17247800.980.550.33333.5795.4534.51
HexAC44E062372114e5f23
Octal25441160142674151613743
Binary101011001001001110011000101101111000011010011101011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC044E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC044E; }

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

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

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

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

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

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

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

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