Html Css Color HEX #AC1171 Jazzberry Jam

📋 copy color: '#AC1171'

red 172 ◦ green 17 ◦ blue 113

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

Shades of Jazzberry Jam #AC1171

Tints of Jazzberry Jam #AC1171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 37.42%

R = 56.95%
G = 5.63%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AC1171 (or 0xAC1171) is known color: Jazzberry Jam. HEX triplet: AC, 11 and 71. RGB value is (172,17,113). Sum of RGB (Red+Green+Blue) = 172+17+113=302 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.95% from 302); Green value is 17 (7.03% from 255 or 5.63% from 302); Blue value is 113 (44.53% from 255 or 37.42% from 302); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1171 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1171 is #53EE8E. Grayscale: #4A4A4A. Windows color (decimal): -5500559 or 7410092. OLE color: 7410092.

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

Color convert

RGB 172 17 113 -
CMYK 0 0.90 0.34 0.33
HSL 322.84º 0.82% 0.37% -
HSV(B) 322.84º 0.9% 0.67% -
XYZ 20.19 10.36 16.56 -
YUV 74.29 149.85 197.69 -
System Red Green Blue C M Y K H S L
Decimal 172 17 113 0 0.90 0.34 0.33 322.84 0.82 0.37
Hex AC 11 71 0 5A 22 21 143 52 25
Octal 254 21 161 0 132 42 41 503 122 45
Binary 10101100 10001 1110001 0 1011010 100010 100001 101000011 1010010 100101

Color Harmonies of #AC1171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1171

Black with #AC1171

Text Example


Text Example

White with #AC1171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1171; }

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

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

background-color css

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

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

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

border-color css

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

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

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