Html Css Color HEX #AC1964 Jazzberry Jam

📋 copy color: '#AC1964'

red 172 ◦ green 25 ◦ blue 100

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

Shades of Jazzberry Jam #AC1964

Tints of Jazzberry Jam #AC1964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 33.67%

R = 57.91%
G = 8.42%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AC1964 (or 0xAC1964) is known color: Jazzberry Jam. HEX triplet: AC, 19 and 64. RGB value is (172,25,100). Sum of RGB (Red+Green+Blue) = 172+25+100=297 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.91% from 297); Green value is 25 (10.16% from 255 or 8.42% from 297); Blue value is 100 (39.45% from 255 or 33.67% from 297); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1964 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1964 is #53E69B. Grayscale: #4D4D4D. Windows color (decimal): -5498524 or 6560172. OLE color: 6560172.

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

Color convert

RGB 172 25 100 -
CMYK 0 0.85 0.42 0.33
HSL 329.39º 0.75% 0.39% -
HSV(B) 329.39º 0.85% 0.67% -
XYZ 19.66 10.39 13.03 -
YUV 77.5 140.7 195.4 -
System Red Green Blue C M Y K H S L
Decimal 172 25 100 0 0.85 0.42 0.33 329.39 0.75 0.39
Hex AC 19 64 0 55 2A 21 149 4B 27
Octal 254 31 144 0 125 52 41 511 113 47
Binary 10101100 11001 1100100 0 1010101 101010 100001 101001001 1001011 100111

Color Harmonies of #AC1964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1964

Black with #AC1964

Text Example


Text Example

White with #AC1964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1964; }

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

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

background-color css

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

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

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

border-color css

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

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

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