Html Css Color HEX #AC1157 Jazzberry Jam

📋 copy color: '#AC1157'

red 172 ◦ green 17 ◦ blue 87

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

Shades of Jazzberry Jam #AC1157

Tints of Jazzberry Jam #AC1157

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.16%

 BLUE value IS 87 (34.38% from 255) = 31.52%

R = 62.32%
G = 6.16%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AC1157 (or 0xAC1157) is known color: Jazzberry Jam. HEX triplet: AC, 11 and 57. RGB value is (172,17,87). Sum of RGB (Red+Green+Blue) = 172+17+87=276 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.32% from 276); Green value is 17 (7.03% from 255 or 6.16% from 276); Blue value is 87 (34.38% from 255 or 31.52% from 276); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1157 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1157 is #53EEA8. Grayscale: #474747. Windows color (decimal): -5500585 or 5706156. OLE color: 5706156.

HSL color Cylindrical-coordinate representation of color #AC1157: hue angle of 332.9º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC1157 is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 17 87 -
CMYK 0 0.90 0.49 0.33
HSL 332.9º 0.82% 0.37% -
HSV(B) 332.9º 0.9% 0.67% -
XYZ 18.93 9.86 9.92 -
YUV 71.33 136.85 199.81 -
System Red Green Blue C M Y K H S L
Decimal 172 17 87 0 0.90 0.49 0.33 332.9 0.82 0.37
Hex AC 11 57 0 5A 31 21 14D 52 25
Octal 254 21 127 0 132 61 41 515 122 45
Binary 10101100 10001 1010111 0 1011010 110001 100001 101001101 1010010 100101

Color Harmonies of #AC1157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1157

Black with #AC1157

Text Example


Text Example

White with #AC1157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1157; }

 p { color: rgb(172,17,87); }

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

background-color css

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

 a { background-color: rgb(172,17,87); }

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

border-color css

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

 span { border-color: rgb(172,17,87); }

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