#AC1465

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

Shades of Jazzberry Jam #AC1465

Tints of Jazzberry Jam #AC1465

Color information

#AC1465 (or 0xAC1465) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 14 and 65. RGB value is (172,20,101). Sum of RGB (Red+Green+Blue) = 172+20+101=293 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.70% from 293); Green value is 20 (8.20% from 255 or 6.83% from 293); Blue value is 101 (39.84% from 255 or 34.47% from 293); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1465 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1465 is #53EB9A. Grayscale: #4A4A4A. Windows color (decimal): -5499803 or 6624428. OLE color: 6624428.

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

Color convert

RGB17220101-
CMYK00.880.410.33
HSL328.03º79.17%37.65%-
HSV(B)328.03º88.37%67.45%-
XYZ19.6110.2113.25-
YUV74.68142.86197.41-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 58.70%
GREEN value IS 20 (8.20% from 255) = 6.83%
BLUE value IS 101 (39.84% from 255) = 34.47%
R=58.70%
G=6.83%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1722010100.880.410.33328.0379.1737.65
HexAC146505829211484f26
Octal254241450130514151011746
Binary10101100101001100101010110001010011000011010010001001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1465; }

 p { color: rgb(172,20,101); }

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

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

 a { background-color: rgb(172,20,101); }

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

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

 span { border-color: rgb(172,20,101); }

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