Html Css Color HEX #AC1574 Jazzberry Jam

📋 copy color: '#AC1574'

red 172 ◦ green 21 ◦ blue 116

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

Shades of Jazzberry Jam #AC1574

Tints of Jazzberry Jam #AC1574

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.8%

 BLUE value IS 116 (45.7% from 255) = 37.54%

R = 55.66%
G = 6.8%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AC1574 (or 0xAC1574) is known color: Jazzberry Jam. HEX triplet: AC, 15 and 74. RGB value is (172,21,116). Sum of RGB (Red+Green+Blue) = 172+21+116=309 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.66% from 309); Green value is 21 (8.59% from 255 or 6.80% from 309); Blue value is 116 (45.70% from 255 or 37.54% from 309); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1574 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1574 is #53EA8B. Grayscale: #4C4C4C. Windows color (decimal): -5499532 or 7607724. OLE color: 7607724.

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

Color convert

RGB 172 21 116 -
CMYK 0 0.88 0.33 0.33
HSL 322.25º 0.78% 0.38% -
HSV(B) 322.25º 0.88% 0.67% -
XYZ 20.43 10.57 17.49 -
YUV 76.98 150.03 195.78 -
System Red Green Blue C M Y K H S L
Decimal 172 21 116 0 0.88 0.33 0.33 322.25 0.78 0.38
Hex AC 15 74 0 58 21 21 142 4E 26
Octal 254 25 164 0 130 41 41 502 116 46
Binary 10101100 10101 1110100 0 1011000 100001 100001 101000010 1001110 100110

Color Harmonies of #AC1574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1574

Black with #AC1574

Text Example


Text Example

White with #AC1574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1574; }

 p { color: rgb(172,21,116); }

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

background-color css

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

 a { background-color: rgb(172,21,116); }

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

border-color css

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

 span { border-color: rgb(172,21,116); }

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