Html Css Color HEX #AC1976 Jazzberry Jam

📋 copy color: '#AC1976'

red 172 ◦ green 25 ◦ blue 118

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

Shades of Jazzberry Jam #AC1976

Tints of Jazzberry Jam #AC1976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 37.46%

R = 54.6%
G = 7.94%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AC1976 (or 0xAC1976) is known color: Jazzberry Jam. HEX triplet: AC, 19 and 76. RGB value is (172,25,118). Sum of RGB (Red+Green+Blue) = 172+25+118=315 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.60% from 315); Green value is 25 (10.16% from 255 or 7.94% from 315); Blue value is 118 (46.48% from 255 or 37.46% from 315); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1976 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1976 is #53E689. Grayscale: #4F4F4F. Windows color (decimal): -5498506 or 7739820. OLE color: 7739820.

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

Color convert

RGB 172 25 118 -
CMYK 0 0.85 0.31 0.33
HSL 322.04º 0.75% 0.39% -
HSV(B) 322.04º 0.85% 0.67% -
XYZ 20.63 10.77 18.13 -
YUV 79.56 149.7 193.94 -
System Red Green Blue C M Y K H S L
Decimal 172 25 118 0 0.85 0.31 0.33 322.04 0.75 0.39
Hex AC 19 76 0 55 1F 21 142 4B 27
Octal 254 31 166 0 125 37 41 502 113 47
Binary 10101100 11001 1110110 0 1010101 11111 100001 101000010 1001011 100111

Color Harmonies of #AC1976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1976

Black with #AC1976

Text Example


Text Example

White with #AC1976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1976; }

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

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

background-color css

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

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

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

border-color css

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

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

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