Html Css Color HEX #AC1770 Jazzberry Jam

📋 copy color: '#AC1770'

red 172 ◦ green 23 ◦ blue 112

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

Shades of Jazzberry Jam #AC1770

Tints of Jazzberry Jam #AC1770

RGB

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

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

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

R = 56.03%
G = 7.49%
B = 36.48%

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

#AC1770 (or 0xAC1770) is known color: Jazzberry Jam. HEX triplet: AC, 17 and 70. RGB value is (172,23,112). Sum of RGB (Red+Green+Blue) = 172+23+112=307 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.03% from 307); Green value is 23 (9.38% from 255 or 7.49% from 307); Blue value is 112 (44.14% from 255 or 36.48% from 307); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1770 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1770 is #53E88F. Grayscale: #4D4D4D. Windows color (decimal): -5499024 or 7346092. OLE color: 7346092.

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

Color convert

RGB 172 23 112 -
CMYK 0 0.87 0.35 0.33
HSL 324.16º 0.76% 0.38% -
HSV(B) 324.16º 0.87% 0.67% -
XYZ 20.24 10.55 16.3 -
YUV 77.7 147.36 195.26 -
System Red Green Blue C M Y K H S L
Decimal 172 23 112 0 0.87 0.35 0.33 324.16 0.76 0.38
Hex AC 17 70 0 57 23 21 144 4C 26
Octal 254 27 160 0 127 43 41 504 114 46
Binary 10101100 10111 1110000 0 1010111 100011 100001 101000100 1001100 100110

Color Harmonies of #AC1770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1770

Black with #AC1770

Text Example


Text Example

White with #AC1770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1770; }

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

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

background-color css

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

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

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

border-color css

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

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

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