#AC1269

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

Shades of Jazzberry Jam #AC1269

Tints of Jazzberry Jam #AC1269

Color information

#AC1269 (or 0xAC1269) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 12 and 69. RGB value is (172,18,105). Sum of RGB (Red+Green+Blue) = 172+18+105=295 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.31% from 295); Green value is 18 (7.42% from 255 or 6.10% from 295); Blue value is 105 (41.41% from 255 or 35.59% from 295); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1269 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1269 is #53ED96. Grayscale: #494949. Windows color (decimal): -5500311 or 6886060. OLE color: 6886060.

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

Color convert

RGB17218105-
CMYK00.900.390.33
HSL326.1º81.05%37.25%-
HSV(B)326.1º89.53%67.45%-
XYZ19.7810.2214.3-
YUV73.96145.52197.93-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 58.31%
GREEN value IS 18 (7.42% from 255) = 6.10%
BLUE value IS 105 (41.41% from 255) = 35.59%
R=58.31%
G=6.10%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721810500.900.390.33326.181.0537.25
HexAC126905A27211465125
Octal254221510132474150612145
Binary10101100100101101001010110101001111000011010001101010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1269; }

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

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

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

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

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

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

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

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