#AC216C

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

Shades of Jazzberry Jam #AC216C

Tints of Jazzberry Jam #AC216C

Color information

#AC216C (or 0xAC216C) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 21 and 6C. RGB value is (172,33,108). Sum of RGB (Red+Green+Blue) = 172+33+108=313 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.95% from 313); Green value is 33 (13.28% from 255 or 10.54% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 172 - color contains mainly: red. Hex color #AC216C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC216C is #53DE93. Grayscale: #525252. Windows color (decimal): -5496468 or 7086508. OLE color: 7086508.

HSL color Cylindrical-coordinate representation of color #AC216C: hue angle of 327.63º degrees, saturation: 0.68, 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 #AC216C is Cyan = 0, Magento = 0.81, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB17233108-
CMYK00.810.370.33
HSL327.63º67.8%40.2%-
HSV(B)327.63º80.81%67.45%-
XYZ20.2610.9415.23-
YUV83.11142.05191.4-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 54.95%
GREEN value IS 33 (13.28% from 255) = 10.54%
BLUE value IS 108 (42.58% from 255) = 34.50%
R=54.95%
G=10.54%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1723310800.810.370.33327.6367.840.2
HexAC216C05125211484428
Octal254411540121454151010450
Binary101011001000011101100010100011001011000011010010001000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC216C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC216C; }

 p { color: rgb(172,33,108); }

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

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

 a { background-color: rgb(172,33,108); }

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

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

 span { border-color: rgb(172,33,108); }

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