#AC1262

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

Shades of Jazzberry Jam #AC1262

Tints of Jazzberry Jam #AC1262

Color information

#AC1262 (or 0xAC1262) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 12 and 62. RGB value is (172,18,98). Sum of RGB (Red+Green+Blue) = 172+18+98=288 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.72% from 288); Green value is 18 (7.42% from 255 or 6.25% from 288); Blue value is 98 (38.67% from 255 or 34.03% from 288); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1262 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1262 is #53ED9D. Grayscale: #494949. Windows color (decimal): -5500318 or 6427308. OLE color: 6427308.

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

Color convert

RGB1721898-
CMYK00.900.430.33
HSL328.83º81.05%37.25%-
HSV(B)328.83º89.53%67.45%-
XYZ19.4310.0912.48-
YUV73.17142.02198.5-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 59.72%
GREEN value IS 18 (7.42% from 255) = 6.25%
BLUE value IS 98 (38.67% from 255) = 34.03%
R=59.72%
G=6.25%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172189800.900.430.33328.8381.0537.25
HexAC126205A2B211495125
Octal254221420132534151112145
Binary10101100100101100010010110101010111000011010010011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1262; }

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

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

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

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

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

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

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

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