Html Css Color HEX #AC1972 Jazzberry Jam

📋 copy color: '#AC1972'

red 172 ◦ green 25 ◦ blue 114

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

Shades of Jazzberry Jam #AC1972

Tints of Jazzberry Jam #AC1972

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.04%

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

R = 55.31%
G = 8.04%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AC1972 (or 0xAC1972) is known color: Jazzberry Jam. HEX triplet: AC, 19 and 72. RGB value is (172,25,114). Sum of RGB (Red+Green+Blue) = 172+25+114=311 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.31% from 311); Green value is 25 (10.16% from 255 or 8.04% from 311); Blue value is 114 (44.92% from 255 or 36.66% from 311); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1972 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1972 is #53E68D. Grayscale: #4E4E4E. Windows color (decimal): -5498510 or 7477676. OLE color: 7477676.

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

Color convert

RGB 172 25 114 -
CMYK 0 0.85 0.34 0.33
HSL 323.67º 0.75% 0.39% -
HSV(B) 323.67º 0.85% 0.67% -
XYZ 20.4 10.68 16.91 -
YUV 79.1 147.7 194.26 -
System Red Green Blue C M Y K H S L
Decimal 172 25 114 0 0.85 0.34 0.33 323.67 0.75 0.39
Hex AC 19 72 0 55 22 21 144 4B 27
Octal 254 31 162 0 125 42 41 504 113 47
Binary 10101100 11001 1110010 0 1010101 100010 100001 101000100 1001011 100111

Color Harmonies of #AC1972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1972

Black with #AC1972

Text Example


Text Example

White with #AC1972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1972; }

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

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

background-color css

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

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

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

border-color css

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

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

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