Html Css Color HEX #AC1670 Jazzberry Jam

📋 copy color: '#AC1670'

red 172 ◦ green 22 ◦ blue 112

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

Shades of Jazzberry Jam #AC1670

Tints of Jazzberry Jam #AC1670

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.19%

 BLUE value IS 112 (44.14% from 255) = 36.6%

R = 56.21%
G = 7.19%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AC1670 (or 0xAC1670) is known color: Jazzberry Jam. HEX triplet: AC, 16 and 70. RGB value is (172,22,112). Sum of RGB (Red+Green+Blue) = 172+22+112=306 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.21% from 306); Green value is 22 (8.98% from 255 or 7.19% from 306); Blue value is 112 (44.14% from 255 or 36.60% from 306); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1670 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1670 is #53E98F. Grayscale: #4C4C4C. Windows color (decimal): -5499280 or 7345836. OLE color: 7345836.

HSL color Cylindrical-coordinate representation of color #AC1670: hue angle of 324º degrees, saturation: 0.77, 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 #AC1670 is Cyan = 0, Magento = 0.87, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 22 112 -
CMYK 0 0.87 0.35 0.33
HSL 324º 0.77% 0.38% -
HSV(B) 324º 0.87% 0.67% -
XYZ 20.22 10.51 16.29 -
YUV 77.11 147.7 195.68 -
System Red Green Blue C M Y K H S L
Decimal 172 22 112 0 0.87 0.35 0.33 324 0.77 0.38
Hex AC 16 70 0 57 23 21 144 4D 26
Octal 254 26 160 0 127 43 41 504 115 46
Binary 10101100 10110 1110000 0 1010111 100011 100001 101000100 1001101 100110

Color Harmonies of #AC1670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1670

Black with #AC1670

Text Example


Text Example

White with #AC1670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1670; }

 p { color: rgb(172,22,112); }

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

background-color css

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

 a { background-color: rgb(172,22,112); }

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

border-color css

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

 span { border-color: rgb(172,22,112); }

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