Html Css Color HEX #AC176C Jazzberry Jam

📋 copy color: '#AC176C'

red 172 ◦ green 23 ◦ blue 108

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

Shades of Jazzberry Jam #AC176C

Tints of Jazzberry Jam #AC176C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 35.64%

R = 56.77%
G = 7.59%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AC176C (or 0xAC176C) is known color: Jazzberry Jam. HEX triplet: AC, 17 and 6C. RGB value is (172,23,108). Sum of RGB (Red+Green+Blue) = 172+23+108=303 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.77% from 303); Green value is 23 (9.38% from 255 or 7.59% from 303); Blue value is 108 (42.58% from 255 or 35.64% from 303); Max value from RGB is 172 - color contains mainly: red. Hex color #AC176C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC176C is #53E893. Grayscale: #4D4D4D. Windows color (decimal): -5499028 or 7083948. OLE color: 7083948.

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

Color convert

RGB 172 23 108 -
CMYK 0 0.87 0.37 0.33
HSL 325.77º 0.76% 0.38% -
HSV(B) 325.77º 0.87% 0.67% -
XYZ 20.03 10.47 15.15 -
YUV 77.24 145.36 195.59 -
System Red Green Blue C M Y K H S L
Decimal 172 23 108 0 0.87 0.37 0.33 325.77 0.76 0.38
Hex AC 17 6C 0 57 25 21 146 4C 26
Octal 254 27 154 0 127 45 41 506 114 46
Binary 10101100 10111 1101100 0 1010111 100101 100001 101000110 1001100 100110

Color Harmonies of #AC176C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC176C

Black with #AC176C

Text Example


Text Example

White with #AC176C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC176C; }

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

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

background-color css

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

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

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

border-color css

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

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

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