#AC126E

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

Shades of Jazzberry Jam #AC126E

Tints of Jazzberry Jam #AC126E

Color information

#AC126E (or 0xAC126E) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 12 and 6E. RGB value is (172,18,110). Sum of RGB (Red+Green+Blue) = 172+18+110=300 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.33% from 300); Green value is 18 (7.42% from 255 or 6% from 300); Blue value is 110 (43.36% from 255 or 36.67% from 300); Max value from RGB is 172 - color contains mainly: red. Hex color #AC126E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC126E is #53ED91. Grayscale: #4A4A4A. Windows color (decimal): -5500306 or 7213740. OLE color: 7213740.

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

Color convert

RGB17218110-
CMYK00.900.360.33
HSL324.16º81.05%37.25%-
HSV(B)324.16º89.53%67.45%-
XYZ20.0410.3315.69-
YUV74.53148.02197.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 57.33%
GREEN value IS 18 (7.42% from 255) = 6%
BLUE value IS 110 (43.36% from 255) = 36.67%
R=57.33%
G=6%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721811000.900.360.33324.1681.0537.25
HexAC126E05A24211445125
Octal254221560132444150412145
Binary10101100100101101110010110101001001000011010001001010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC126E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC126E; }

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

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

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

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

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

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

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

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