Html Css Color HEX #AC1376 Jazzberry Jam

📋 copy color: '#AC1376'

red 172 ◦ green 19 ◦ blue 118

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

Shades of Jazzberry Jam #AC1376

Tints of Jazzberry Jam #AC1376

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.15%

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

R = 55.66%
G = 6.15%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AC1376 (or 0xAC1376) is known color: Jazzberry Jam. HEX triplet: AC, 13 and 76. RGB value is (172,19,118). Sum of RGB (Red+Green+Blue) = 172+19+118=309 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.66% from 309); Green value is 19 (7.81% from 255 or 6.15% from 309); Blue value is 118 (46.48% from 255 or 38.19% from 309); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1376 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1376 is #53EC89. Grayscale: #4B4B4B. Windows color (decimal): -5500042 or 7738284. OLE color: 7738284.

HSL color Cylindrical-coordinate representation of color #AC1376: hue angle of 321.18º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC1376 is Cyan = 0, Magento = 0.89, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 19 118 -
CMYK 0 0.89 0.31 0.33
HSL 321.18º 0.8% 0.37% -
HSV(B) 321.18º 0.89% 0.67% -
XYZ 20.52 10.54 18.09 -
YUV 76.03 151.69 196.45 -
System Red Green Blue C M Y K H S L
Decimal 172 19 118 0 0.89 0.31 0.33 321.18 0.8 0.37
Hex AC 13 76 0 59 1F 21 141 50 25
Octal 254 23 166 0 131 37 41 501 120 45
Binary 10101100 10011 1110110 0 1011001 11111 100001 101000001 1010000 100101

Color Harmonies of #AC1376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1376

Black with #AC1376

Text Example


Text Example

White with #AC1376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1376; }

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

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

background-color css

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

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

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

border-color css

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

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

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