#AC246E

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

Shades of Jazzberry Jam #AC246E

Tints of Jazzberry Jam #AC246E

Color information

#AC246E (or 0xAC246E) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 24 and 6E. RGB value is (172,36,110). Sum of RGB (Red+Green+Blue) = 172+36+110=318 (42% of max value = 765). Red value is 172 (67.58% from 255 or 54.09% from 318); Green value is 36 (14.45% from 255 or 11.32% from 318); Blue value is 110 (43.36% from 255 or 34.59% from 318); Max value from RGB is 172 - color contains mainly: red. Hex color #AC246E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC246E is #53DB91. Grayscale: #545454. Windows color (decimal): -5495698 or 7218348. OLE color: 7218348.

HSL color Cylindrical-coordinate representation of color #AC246E: hue angle of 327.35º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AC246E is Cyan = 0, Magento = 0.79, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB17236110-
CMYK00.790.360.33
HSL327.35º65.38%40.78%-
HSV(B)327.35º79.07%67.45%-
XYZ20.4611.1615.83-
YUV85.1142.06189.98-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 54.09%
GREEN value IS 36 (14.45% from 255) = 11.32%
BLUE value IS 110 (43.36% from 255) = 34.59%
R=54.09%
G=11.32%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1723611000.790.360.33327.3565.3840.78
HexAC246E04F24211474129
Octal254441560117444150710151
Binary101011001001001101110010011111001001000011010001111000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC246E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC246E; }

 p { color: rgb(172,36,110); }

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

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

 a { background-color: rgb(172,36,110); }

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

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

 span { border-color: rgb(172,36,110); }

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