#AC206F

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

Shades of Jazzberry Jam #AC206F

Tints of Jazzberry Jam #AC206F

Color information

#AC206F (or 0xAC206F) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 20 and 6F. RGB value is (172,32,111). Sum of RGB (Red+Green+Blue) = 172+32+111=315 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.60% from 315); Green value is 32 (12.89% from 255 or 10.16% from 315); Blue value is 111 (43.75% from 255 or 35.24% from 315); Max value from RGB is 172 - color contains mainly: red. Hex color #AC206F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC206F is #53DF90. Grayscale: #525252. Windows color (decimal): -5496721 or 7282860. OLE color: 7282860.

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

Color convert

RGB17232111-
CMYK00.810.350.33
HSL326.14º68.63%40%-
HSV(B)326.14º81.4%67.45%-
XYZ20.410.9516.08-
YUV82.87143.88191.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 54.60%
GREEN value IS 32 (12.89% from 255) = 10.16%
BLUE value IS 111 (43.75% from 255) = 35.24%
R=54.60%
G=10.16%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1723211100.810.350.33326.1468.6340
HexAC206F05123211464528
Octal254401570121434150610550
Binary101011001000001101111010100011000111000011010001101000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC206F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC206F; }

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

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

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

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

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

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

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

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