#AC2464

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

Shades of Jazzberry Jam #AC2464

Tints of Jazzberry Jam #AC2464

Color information

#AC2464 (or 0xAC2464) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 24 and 64. RGB value is (172,36,100). Sum of RGB (Red+Green+Blue) = 172+36+100=308 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.84% from 308); Green value is 36 (14.45% from 255 or 11.69% from 308); Blue value is 100 (39.45% from 255 or 32.47% from 308); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2464 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2464 is #53DB9B. Grayscale: #535353. Windows color (decimal): -5495708 or 6562988. OLE color: 6562988.

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

Color convert

RGB17236100-
CMYK00.790.420.33
HSL331.76º65.38%40.78%-
HSV(B)331.76º79.07%67.45%-
XYZ19.9410.9513.12-
YUV83.96137.06190.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 55.84%
GREEN value IS 36 (14.45% from 255) = 11.69%
BLUE value IS 100 (39.45% from 255) = 32.47%
R=55.84%
G=11.69%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1723610000.790.420.33331.7665.3840.78
HexAC246404F2A2114c4129
Octal254441440117524151410151
Binary101011001001001100100010011111010101000011010011001000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2464; }

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

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

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

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

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

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

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

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