Html Css Color HEX #AC2261 Jazzberry Jam

📋 copy color: '#AC2261'

red 172 ◦ green 34 ◦ blue 97

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

Shades of Jazzberry Jam #AC2261

Tints of Jazzberry Jam #AC2261

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.22%

 BLUE value IS 97 (38.28% from 255) = 32.01%

R = 56.77%
G = 11.22%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AC2261 (or 0xAC2261) is known color: Jazzberry Jam. HEX triplet: AC, 22 and 61. RGB value is (172,34,97). Sum of RGB (Red+Green+Blue) = 172+34+97=303 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.77% from 303); Green value is 34 (13.67% from 255 or 11.22% from 303); Blue value is 97 (38.28% from 255 or 32.01% from 303); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2261 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2261 is #53DD9E. Grayscale: #525252. Windows color (decimal): -5496223 or 6365868. OLE color: 6365868.

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

Color convert

RGB 172 34 97 -
CMYK 0 0.80 0.44 0.33
HSL 332.61º 0.67% 0.4% -
HSV(B) 332.61º 0.8% 0.67% -
XYZ 19.74 10.78 12.35 -
YUV 82.44 136.22 191.88 -
System Red Green Blue C M Y K H S L
Decimal 172 34 97 0 0.80 0.44 0.33 332.61 0.67 0.4
Hex AC 22 61 0 50 2C 21 14D 43 28
Octal 254 42 141 0 120 54 41 515 103 50
Binary 10101100 100010 1100001 0 1010000 101100 100001 101001101 1000011 101000

Color Harmonies of #AC2261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2261

Black with #AC2261

Text Example


Text Example

White with #AC2261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2261; }

 p { color: rgb(172,34,97); }

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

background-color css

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

 a { background-color: rgb(172,34,97); }

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

border-color css

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

 span { border-color: rgb(172,34,97); }

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