Html Css Color HEX #AC2071 Jazzberry Jam

📋 copy color: '#AC2071'

red 172 ◦ green 32 ◦ blue 113

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

Shades of Jazzberry Jam #AC2071

Tints of Jazzberry Jam #AC2071

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.09%

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

R = 54.26%
G = 10.09%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AC2071 (or 0xAC2071) is known color: Jazzberry Jam. HEX triplet: AC, 20 and 71. RGB value is (172,32,113). Sum of RGB (Red+Green+Blue) = 172+32+113=317 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.26% from 317); Green value is 32 (12.89% from 255 or 10.09% from 317); Blue value is 113 (44.53% from 255 or 35.65% from 317); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2071 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2071 is #53DF8E. Grayscale: #525252. Windows color (decimal): -5496719 or 7413932. OLE color: 7413932.

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

Color convert

RGB 172 32 113 -
CMYK 0 0.81 0.34 0.33
HSL 325.29º 0.69% 0.4% -
HSV(B) 325.29º 0.81% 0.67% -
XYZ 20.51 11 16.66 -
YUV 83.09 144.88 191.41 -
System Red Green Blue C M Y K H S L
Decimal 172 32 113 0 0.81 0.34 0.33 325.29 0.69 0.4
Hex AC 20 71 0 51 22 21 145 45 28
Octal 254 40 161 0 121 42 41 505 105 50
Binary 10101100 100000 1110001 0 1010001 100010 100001 101000101 1000101 101000

Color Harmonies of #AC2071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2071

Black with #AC2071

Text Example


Text Example

White with #AC2071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2071; }

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

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

background-color css

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

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

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

border-color css

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

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

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