#AC1270

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

Shades of Jazzberry Jam #AC1270

Tints of Jazzberry Jam #AC1270

Color information

#AC1270 (or 0xAC1270) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 12 and 70. RGB value is (172,18,112). Sum of RGB (Red+Green+Blue) = 172+18+112=302 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.95% from 302); Green value is 18 (7.42% from 255 or 5.96% from 302); Blue value is 112 (44.14% from 255 or 37.09% from 302); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1270 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1270 is #53ED8F. Grayscale: #4A4A4A. Windows color (decimal): -5500304 or 7344812. OLE color: 7344812.

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

Color convert

RGB17218112-
CMYK00.900.350.33
HSL323.38º81.05%37.25%-
HSV(B)323.38º89.53%67.45%-
XYZ20.1510.3716.27-
YUV74.76149.02197.36-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 56.95%
GREEN value IS 18 (7.42% from 255) = 5.96%
BLUE value IS 112 (44.14% from 255) = 37.09%
R=56.95%
G=5.96%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721811200.900.350.33323.3881.0537.25
HexAC127005A23211435125
Octal254221600132434150312145
Binary10101100100101110000010110101000111000011010000111010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1270; }

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

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

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

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

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

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

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

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