#AC1A64

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

Shades of Jazzberry Jam #AC1A64

Tints of Jazzberry Jam #AC1A64

Color information

#AC1A64 (or 0xAC1A64) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 1A and 64. RGB value is (172,26,100). Sum of RGB (Red+Green+Blue) = 172+26+100=298 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.72% from 298); Green value is 26 (10.55% from 255 or 8.72% from 298); Blue value is 100 (39.45% from 255 or 33.56% from 298); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1A64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC1A64 is #53E59B. Grayscale: #4D4D4D. Windows color (decimal): -5498268 or 6560428. OLE color: 6560428.

HSL color Cylindrical-coordinate representation of color #AC1A64: hue angle of 329.59º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC1A64 is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB17226100-
CMYK00.850.420.33
HSL329.59º73.74%38.82%-
HSV(B)329.59º84.88%67.45%-
XYZ19.6810.4313.03-
YUV78.09140.37194.98-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 57.72%
GREEN value IS 26 (10.55% from 255) = 8.72%
BLUE value IS 100 (39.45% from 255) = 33.56%
R=57.72%
G=8.72%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1722610000.850.420.33329.5973.7438.82
HexAC1A640552A2114a4a27
Octal254321440125524151211247
Binary10101100110101100100010101011010101000011010010101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1A64; }

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

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

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

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

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

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

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

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