#AC1370

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

Shades of Jazzberry Jam #AC1370

Tints of Jazzberry Jam #AC1370

Color information

#AC1370 (or 0xAC1370) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 13 and 70. RGB value is (172,19,112). Sum of RGB (Red+Green+Blue) = 172+19+112=303 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.77% from 303); Green value is 19 (7.81% from 255 or 6.27% from 303); Blue value is 112 (44.14% from 255 or 36.96% from 303); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1370 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1370 is #53EC8F. Grayscale: #4B4B4B. Windows color (decimal): -5500048 or 7345068. OLE color: 7345068.

HSL color Cylindrical-coordinate representation of color #AC1370: hue angle of 323.53º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC1370 is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB17219112-
CMYK00.890.350.33
HSL323.53º80.1%37.45%-
HSV(B)323.53º88.95%67.45%-
XYZ20.1710.4116.27-
YUV75.35148.69196.94-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 56.77%
GREEN value IS 19 (7.81% from 255) = 6.27%
BLUE value IS 112 (44.14% from 255) = 36.96%
R=56.77%
G=6.27%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721911200.890.350.33323.5380.137.45
HexAC137005923211445025
Octal254231600131434150412045
Binary10101100100111110000010110011000111000011010001001010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1370; }

 p { color: rgb(172,19,112); }

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

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

 a { background-color: rgb(172,19,112); }

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

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

 span { border-color: rgb(172,19,112); }

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