Html Css Color HEX #AC1864 Jazzberry Jam

📋 copy color: '#AC1864'

red 172 ◦ green 24 ◦ blue 100

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

Shades of Jazzberry Jam #AC1864

Tints of Jazzberry Jam #AC1864

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.11%

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

R = 58.11%
G = 8.11%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AC1864 (or 0xAC1864) is known color: Jazzberry Jam. HEX triplet: AC, 18 and 64. RGB value is (172,24,100). Sum of RGB (Red+Green+Blue) = 172+24+100=296 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.11% from 296); Green value is 24 (9.77% from 255 or 8.11% from 296); Blue value is 100 (39.45% from 255 or 33.78% from 296); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1864 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1864 is #53E79B. Grayscale: #4C4C4C. Windows color (decimal): -5498780 or 6559916. OLE color: 6559916.

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

Color convert

RGB 172 24 100 -
CMYK 0 0.86 0.42 0.33
HSL 329.19º 0.76% 0.38% -
HSV(B) 329.19º 0.86% 0.67% -
XYZ 19.64 10.34 13.02 -
YUV 76.92 141.03 195.82 -
System Red Green Blue C M Y K H S L
Decimal 172 24 100 0 0.86 0.42 0.33 329.19 0.76 0.38
Hex AC 18 64 0 56 2A 21 149 4C 26
Octal 254 30 144 0 126 52 41 511 114 46
Binary 10101100 11000 1100100 0 1010110 101010 100001 101001001 1001100 100110

Color Harmonies of #AC1864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1864

Black with #AC1864

Text Example


Text Example

White with #AC1864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1864; }

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

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

background-color css

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

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

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

border-color css

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

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

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