Html Css Color HEX #AC1177 Jazzberry Jam

📋 copy color: '#AC1177'

red 172 ◦ green 17 ◦ blue 119

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

Shades of Jazzberry Jam #AC1177

Tints of Jazzberry Jam #AC1177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 38.64%

R = 55.84%
G = 5.52%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AC1177 (or 0xAC1177) is known color: Jazzberry Jam. HEX triplet: AC, 11 and 77. RGB value is (172,17,119). Sum of RGB (Red+Green+Blue) = 172+17+119=308 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.84% from 308); Green value is 17 (7.03% from 255 or 5.52% from 308); Blue value is 119 (46.88% from 255 or 38.64% from 308); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1177 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1177 is #53EE88. Grayscale: #4A4A4A. Windows color (decimal): -5500553 or 7803308. OLE color: 7803308.

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

Color convert

RGB 172 17 119 -
CMYK 0 0.90 0.31 0.33
HSL 320.52º 0.82% 0.37% -
HSV(B) 320.52º 0.9% 0.67% -
XYZ 20.54 10.5 18.4 -
YUV 74.97 152.85 197.21 -
System Red Green Blue C M Y K H S L
Decimal 172 17 119 0 0.90 0.31 0.33 320.52 0.82 0.37
Hex AC 11 77 0 5A 1F 21 141 52 25
Octal 254 21 167 0 132 37 41 501 122 45
Binary 10101100 10001 1110111 0 1011010 11111 100001 101000001 1010010 100101

Color Harmonies of #AC1177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1177

Black with #AC1177

Text Example


Text Example

White with #AC1177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1177; }

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

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

background-color css

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

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

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

border-color css

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

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

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