Html Css Color HEX #AC1772 Jazzberry Jam

📋 copy color: '#AC1772'

red 172 ◦ green 23 ◦ blue 114

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

Shades of Jazzberry Jam #AC1772

Tints of Jazzberry Jam #AC1772

RGB

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

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

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

R = 55.66%
G = 7.44%
B = 36.89%

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

#AC1772 (or 0xAC1772) is known color: Jazzberry Jam. HEX triplet: AC, 17 and 72. RGB value is (172,23,114). Sum of RGB (Red+Green+Blue) = 172+23+114=309 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.66% from 309); Green value is 23 (9.38% from 255 or 7.44% from 309); Blue value is 114 (44.92% from 255 or 36.89% from 309); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1772 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1772 is #53E88D. Grayscale: #4D4D4D. Windows color (decimal): -5499022 or 7477164. OLE color: 7477164.

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

Color convert

RGB 172 23 114 -
CMYK 0 0.87 0.34 0.33
HSL 323.36º 0.76% 0.38% -
HSV(B) 323.36º 0.87% 0.67% -
XYZ 20.36 10.6 16.89 -
YUV 77.93 148.36 195.1 -
System Red Green Blue C M Y K H S L
Decimal 172 23 114 0 0.87 0.34 0.33 323.36 0.76 0.38
Hex AC 17 72 0 57 22 21 143 4C 26
Octal 254 27 162 0 127 42 41 503 114 46
Binary 10101100 10111 1110010 0 1010111 100010 100001 101000011 1001100 100110

Color Harmonies of #AC1772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1772

Black with #AC1772

Text Example


Text Example

White with #AC1772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1772; }

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

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

background-color css

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

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

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

border-color css

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

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

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