#AC145B

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

Shades of Jazzberry Jam #AC145B

Tints of Jazzberry Jam #AC145B

Color information

#AC145B (or 0xAC145B) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 14 and 5B. RGB value is (172,20,91). Sum of RGB (Red+Green+Blue) = 172+20+91=283 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.78% from 283); Green value is 20 (8.20% from 255 or 7.07% from 283); Blue value is 91 (35.94% from 255 or 32.16% from 283); Max value from RGB is 172 - color contains mainly: red. Hex color #AC145B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC145B is #53EBA4. Grayscale: #494949. Windows color (decimal): -5499813 or 5969068. OLE color: 5969068.

HSL color Cylindrical-coordinate representation of color #AC145B: hue angle of 331.97º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC145B is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB1722091-
CMYK00.880.470.33
HSL331.97º79.17%37.65%-
HSV(B)331.97º88.37%67.45%-
XYZ19.1510.0310.82-
YUV73.54137.86198.23-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 60.78%
GREEN value IS 20 (8.20% from 255) = 7.07%
BLUE value IS 91 (35.94% from 255) = 32.16%
R=60.78%
G=7.07%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172209100.880.470.33331.9779.1737.65
HexAC145B0582F2114c4f26
Octal254241330130574151411746
Binary10101100101001011011010110001011111000011010011001001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC145B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC145B; }

 p { color: rgb(172,20,91); }

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

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

 a { background-color: rgb(172,20,91); }

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

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

 span { border-color: rgb(172,20,91); }

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