#AC246C

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

Shades of Jazzberry Jam #AC246C

Tints of Jazzberry Jam #AC246C

Color information

#AC246C (or 0xAC246C) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 24 and 6C. RGB value is (172,36,108). Sum of RGB (Red+Green+Blue) = 172+36+108=316 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.43% from 316); Green value is 36 (14.45% from 255 or 11.39% from 316); Blue value is 108 (42.58% from 255 or 34.18% from 316); Max value from RGB is 172 - color contains mainly: red. Hex color #AC246C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC246C is #53DB93. Grayscale: #545454. Windows color (decimal): -5495700 or 7087276. OLE color: 7087276.

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

Color convert

RGB17236108-
CMYK00.790.370.33
HSL328.24º65.38%40.78%-
HSV(B)328.24º79.07%67.45%-
XYZ20.3511.1215.26-
YUV84.87141.06190.15-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 54.43%
GREEN value IS 36 (14.45% from 255) = 11.39%
BLUE value IS 108 (42.58% from 255) = 34.18%
R=54.43%
G=11.39%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1723610800.790.370.33328.2465.3840.78
HexAC246C04F25211484129
Octal254441540117454151010151
Binary101011001001001101100010011111001011000011010010001000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC246C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC246C; }

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

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

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

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

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

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

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

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