#AC056B

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

Shades of Jazzberry Jam #AC056B

Tints of Jazzberry Jam #AC056B

Color information

#AC056B (or 0xAC056B) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 05 and 6B. RGB value is (172,5,107). Sum of RGB (Red+Green+Blue) = 172+5+107=284 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.56% from 284); Green value is 5 (2.34% from 255 or 1.76% from 284); Blue value is 107 (42.19% from 255 or 37.68% from 284); Max value from RGB is 172 - color contains mainly: red. Hex color #AC056B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC056B is #53FA94. Grayscale: #424242. Windows color (decimal): -5503637 or 7013804. OLE color: 7013804.

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

Color convert

RGB1725107-
CMYK00.970.380.33
HSL323.35º94.35%34.71%-
HSV(B)323.35º97.09%67.45%-
XYZ19.729.9414.79-
YUV66.56150.83203.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 60.56%
GREEN value IS 5 (2.34% from 255) = 1.76%
BLUE value IS 107 (42.19% from 255) = 37.68%
R=60.56%
G=1.76%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172510700.970.380.33323.3594.3534.71
HexAC56B06126211435e23
Octal25451530141464150313643
Binary101011001011101011011000011001101000011010000111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC056B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC056B; }

 p { color: rgb(172,5,107); }

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

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

 a { background-color: rgb(172,5,107); }

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

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

 span { border-color: rgb(172,5,107); }

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