Html Css Color HEX #AC1761 Jazzberry Jam

📋 copy color: '#AC1761'

red 172 ◦ green 23 ◦ blue 97

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

Shades of Jazzberry Jam #AC1761

Tints of Jazzberry Jam #AC1761

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.88%

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

R = 58.9%
G = 7.88%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AC1761 (or 0xAC1761) is known color: Jazzberry Jam. HEX triplet: AC, 17 and 61. RGB value is (172,23,97). Sum of RGB (Red+Green+Blue) = 172+23+97=292 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.90% from 292); Green value is 23 (9.38% from 255 or 7.88% from 292); Blue value is 97 (38.28% from 255 or 33.22% from 292); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1761 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1761 is #53E89E. Grayscale: #4B4B4B. Windows color (decimal): -5499039 or 6363052. OLE color: 6363052.

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

Color convert

RGB 172 23 97 -
CMYK 0 0.87 0.44 0.33
HSL 330.2º 0.76% 0.38% -
HSV(B) 330.2º 0.87% 0.67% -
XYZ 19.48 10.25 12.26 -
YUV 75.99 139.86 196.48 -
System Red Green Blue C M Y K H S L
Decimal 172 23 97 0 0.87 0.44 0.33 330.2 0.76 0.38
Hex AC 17 61 0 57 2C 21 14A 4C 26
Octal 254 27 141 0 127 54 41 512 114 46
Binary 10101100 10111 1100001 0 1010111 101100 100001 101001010 1001100 100110

Color Harmonies of #AC1761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1761

Black with #AC1761

Text Example


Text Example

White with #AC1761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1761; }

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

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

background-color css

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

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

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

border-color css

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

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

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