Html Css Color HEX #AC2072 Jazzberry Jam

📋 copy color: '#AC2072'

red 172 ◦ green 32 ◦ blue 114

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

Shades of Jazzberry Jam #AC2072

Tints of Jazzberry Jam #AC2072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 35.85%

R = 54.09%
G = 10.06%
B = 35.85%

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

#AC2072 (or 0xAC2072) is known color: Jazzberry Jam. HEX triplet: AC, 20 and 72. RGB value is (172,32,114). Sum of RGB (Red+Green+Blue) = 172+32+114=318 (42% of max value = 765). Red value is 172 (67.58% from 255 or 54.09% from 318); Green value is 32 (12.89% from 255 or 10.06% from 318); Blue value is 114 (44.92% from 255 or 35.85% from 318); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2072 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2072 is #53DF8D. Grayscale: #535353. Windows color (decimal): -5496718 or 7479468. OLE color: 7479468.

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

Color convert

RGB 172 32 114 -
CMYK 0 0.81 0.34 0.33
HSL 324.86º 0.69% 0.4% -
HSV(B) 324.86º 0.81% 0.67% -
XYZ 20.57 11.02 16.96 -
YUV 83.21 145.38 191.33 -
System Red Green Blue C M Y K H S L
Decimal 172 32 114 0 0.81 0.34 0.33 324.86 0.69 0.4
Hex AC 20 72 0 51 22 21 145 45 28
Octal 254 40 162 0 121 42 41 505 105 50
Binary 10101100 100000 1110010 0 1010001 100010 100001 101000101 1000101 101000

Color Harmonies of #AC2072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2072

Black with #AC2072

Text Example


Text Example

White with #AC2072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2072; }

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

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

background-color css

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

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

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

border-color css

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

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

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