Html Css Color HEX #AC1961 Jazzberry Jam

📋 copy color: '#AC1961'

red 172 ◦ green 25 ◦ blue 97

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

Shades of Jazzberry Jam #AC1961

Tints of Jazzberry Jam #AC1961

RGB

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

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

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

R = 58.5%
G = 8.5%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AC1961 (or 0xAC1961) is known color: Jazzberry Jam. HEX triplet: AC, 19 and 61. RGB value is (172,25,97). Sum of RGB (Red+Green+Blue) = 172+25+97=294 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.50% from 294); Green value is 25 (10.16% from 255 or 8.50% from 294); Blue value is 97 (38.28% from 255 or 32.99% from 294); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1961 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1961 is #53E69E. Grayscale: #4D4D4D. Windows color (decimal): -5498527 or 6363564. OLE color: 6363564.

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

Color convert

RGB 172 25 97 -
CMYK 0 0.85 0.44 0.33
HSL 330.61º 0.75% 0.39% -
HSV(B) 330.61º 0.85% 0.67% -
XYZ 19.52 10.33 12.27 -
YUV 77.16 139.2 195.65 -
System Red Green Blue C M Y K H S L
Decimal 172 25 97 0 0.85 0.44 0.33 330.61 0.75 0.39
Hex AC 19 61 0 55 2C 21 14B 4B 27
Octal 254 31 141 0 125 54 41 513 113 47
Binary 10101100 11001 1100001 0 1010101 101100 100001 101001011 1001011 100111

Color Harmonies of #AC1961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1961

Black with #AC1961

Text Example


Text Example

White with #AC1961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1961; }

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

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

background-color css

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

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

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

border-color css

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

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

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