Html Css Color HEX #AC175C Jazzberry Jam

📋 copy color: '#AC175C'

red 172 ◦ green 23 ◦ blue 92

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

Shades of Jazzberry Jam #AC175C

Tints of Jazzberry Jam #AC175C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 32.06%

R = 59.93%
G = 8.01%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AC175C (or 0xAC175C) is known color: Jazzberry Jam. HEX triplet: AC, 17 and 5C. RGB value is (172,23,92). Sum of RGB (Red+Green+Blue) = 172+23+92=287 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.93% from 287); Green value is 23 (9.38% from 255 or 8.01% from 287); Blue value is 92 (36.33% from 255 or 32.06% from 287); Max value from RGB is 172 - color contains mainly: red. Hex color #AC175C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC175C is #53E8A3. Grayscale: #4B4B4B. Windows color (decimal): -5499044 or 6035372. OLE color: 6035372.

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

Color convert

RGB 172 23 92 -
CMYK 0 0.87 0.47 0.33
HSL 332.21º 0.76% 0.38% -
HSV(B) 332.21º 0.87% 0.67% -
XYZ 19.25 10.16 11.07 -
YUV 75.42 137.36 196.89 -
System Red Green Blue C M Y K H S L
Decimal 172 23 92 0 0.87 0.47 0.33 332.21 0.76 0.38
Hex AC 17 5C 0 57 2F 21 14C 4C 26
Octal 254 27 134 0 127 57 41 514 114 46
Binary 10101100 10111 1011100 0 1010111 101111 100001 101001100 1001100 100110

Color Harmonies of #AC175C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC175C

Black with #AC175C

Text Example


Text Example

White with #AC175C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC175C; }

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

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

background-color css

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

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

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

border-color css

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

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

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