#ac145d

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

Shades of Jazzberry Jam #AC145D

Tints of Jazzberry Jam #AC145D

Color information

#AC145D (or 0xAC145D) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 14 and 5D. RGB value is (172,20,93). Sum of RGB (Red+Green+Blue) = 172+20+93=285 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.35% from 285); Green value is 20 (8.20% from 255 or 7.02% from 285); Blue value is 93 (36.72% from 255 or 32.63% from 285); Max value from RGB is 172 - color contains mainly: red. Hex color #AC145D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC145D is #53EBA2. Grayscale: #494949. Windows color (decimal): -5499811 or 6100140. OLE color: 6100140.

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

Color convert

RGB1722093-
CMYK00.880.460.33
HSL331.18º79.17%37.65%-
HSV(B)331.18º88.37%67.45%-
XYZ19.2410.0611.28-
YUV73.77138.86198.06-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 60.35%
GREEN value IS 20 (8.20% from 255) = 7.02%
BLUE value IS 93 (36.72% from 255) = 32.63%
R=60.35%
G=7.02%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172209300.880.460.33331.1879.1737.65
HexAC145D0582E2114b4f26
Octal254241350130564151311746
Binary10101100101001011101010110001011101000011010010111001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac145d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac145d; }

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

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

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

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

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

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

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

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