Html Css Color HEX #AC1160 Jazzberry Jam

📋 copy color: '#AC1160'

red 172 ◦ green 17 ◦ blue 96

#AC1160
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #AC1160

Tints of Jazzberry Jam #AC1160

RGB

 RED value IS 172 (67.58% from 255) = 60.35%

 GREEN value IS 17 (7.03% from 255) = 5.96%

 BLUE value IS 96 (37.89% from 255) = 33.68%

R = 60.35%
G = 5.96%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AC1160 (or 0xAC1160) is known color: Jazzberry Jam. HEX triplet: AC, 11 and 60. RGB value is (172,17,96). Sum of RGB (Red+Green+Blue) = 172+17+96=285 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.35% from 285); Green value is 17 (7.03% from 255 or 5.96% from 285); Blue value is 96 (37.89% from 255 or 33.68% from 285); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1160 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1160 is #53EE9F. Grayscale: #484848. Windows color (decimal): -5500576 or 6295980. OLE color: 6295980.

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

Color convert

RGB 172 17 96 -
CMYK 0 0.90 0.44 0.33
HSL 329.42º 0.82% 0.37% -
HSV(B) 329.42º 0.9% 0.67% -
XYZ 19.33 10.02 11.98 -
YUV 72.35 141.35 199.08 -
System Red Green Blue C M Y K H S L
Decimal 172 17 96 0 0.90 0.44 0.33 329.42 0.82 0.37
Hex AC 11 60 0 5A 2C 21 149 52 25
Octal 254 21 140 0 132 54 41 511 122 45
Binary 10101100 10001 1100000 0 1011010 101100 100001 101001001 1010010 100101

Color Harmonies of #AC1160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1160

Black with #AC1160

Text Example


Text Example

White with #AC1160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1160; }

 p { color: rgb(172,17,96); }

 H1.HeaderClassName
 {
   color: #AC1160;
 }
 .AnyTagClassName
 {
   color: #AC1160;
 }
</style>

background-color css

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

 a { background-color: rgb(172,17,96); }

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

border-color css

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

 span { border-color: rgb(172,17,96); }

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