Html Css Color HEX #AC1771 Jazzberry Jam

📋 copy color: '#AC1771'

red 172 ◦ green 23 ◦ blue 113

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

Shades of Jazzberry Jam #AC1771

Tints of Jazzberry Jam #AC1771

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.47%

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

R = 55.84%
G = 7.47%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AC1771 (or 0xAC1771) is known color: Jazzberry Jam. HEX triplet: AC, 17 and 71. RGB value is (172,23,113). Sum of RGB (Red+Green+Blue) = 172+23+113=308 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.84% from 308); Green value is 23 (9.38% from 255 or 7.47% from 308); Blue value is 113 (44.53% from 255 or 36.69% from 308); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1771 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1771 is #53E88E. Grayscale: #4D4D4D. Windows color (decimal): -5499023 or 7411628. OLE color: 7411628.

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

Color convert

RGB 172 23 113 -
CMYK 0 0.87 0.34 0.33
HSL 323.76º 0.76% 0.38% -
HSV(B) 323.76º 0.87% 0.67% -
XYZ 20.3 10.58 16.59 -
YUV 77.81 147.86 195.18 -
System Red Green Blue C M Y K H S L
Decimal 172 23 113 0 0.87 0.34 0.33 323.76 0.76 0.38
Hex AC 17 71 0 57 22 21 144 4C 26
Octal 254 27 161 0 127 42 41 504 114 46
Binary 10101100 10111 1110001 0 1010111 100010 100001 101000100 1001100 100110

Color Harmonies of #AC1771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1771

Black with #AC1771

Text Example


Text Example

White with #AC1771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1771; }

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

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

background-color css

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

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

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

border-color css

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

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

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