#AC125C

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

Shades of Jazzberry Jam #AC125C

Tints of Jazzberry Jam #AC125C

Color information

#AC125C (or 0xAC125C) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 12 and 5C. RGB value is (172,18,92). Sum of RGB (Red+Green+Blue) = 172+18+92=282 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.99% from 282); Green value is 18 (7.42% from 255 or 6.38% from 282); Blue value is 92 (36.33% from 255 or 32.62% from 282); Max value from RGB is 172 - color contains mainly: red. Hex color #AC125C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC125C is #53EDA3. Grayscale: #484848. Windows color (decimal): -5500324 or 6034092. OLE color: 6034092.

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

Color convert

RGB1721892-
CMYK00.900.470.33
HSL331.17º81.05%37.25%-
HSV(B)331.17º89.53%67.45%-
XYZ19.169.9811.04-
YUV72.48139.02198.98-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 60.99%
GREEN value IS 18 (7.42% from 255) = 6.38%
BLUE value IS 92 (36.33% from 255) = 32.62%
R=60.99%
G=6.38%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172189200.900.470.33331.1781.0537.25
HexAC125C05A2F2114b5125
Octal254221340132574151312145
Binary10101100100101011100010110101011111000011010010111010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC125C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC125C; }

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

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

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

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

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

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

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

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