#AC125A

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

Shades of Jazzberry Jam #AC125A

Tints of Jazzberry Jam #AC125A

Color information

#AC125A (or 0xAC125A) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 12 and 5A. RGB value is (172,18,90). Sum of RGB (Red+Green+Blue) = 172+18+90=280 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.43% from 280); Green value is 18 (7.42% from 255 or 6.43% from 280); Blue value is 90 (35.55% from 255 or 32.14% from 280); Max value from RGB is 172 - color contains mainly: red. Hex color #AC125A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC125A is #53EDA5. Grayscale: #484848. Windows color (decimal): -5500326 or 5903020. OLE color: 5903020.

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

Color convert

RGB1721890-
CMYK00.900.480.33
HSL331.95º81.05%37.25%-
HSV(B)331.95º89.53%67.45%-
XYZ19.089.9410.59-
YUV72.25138.02199.15-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 61.43%
GREEN value IS 18 (7.42% from 255) = 6.43%
BLUE value IS 90 (35.55% from 255) = 32.14%
R=61.43%
G=6.43%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172189000.900.480.33331.9581.0537.25
HexAC125A05A302114c5125
Octal254221320132604151412145
Binary10101100100101011010010110101100001000011010011001010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC125A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC125A; }

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

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

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

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

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

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

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

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