Html Css Color HEX #AC155B Jazzberry Jam

📋 copy color: '#AC155B'

red 172 ◦ green 21 ◦ blue 91

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

Shades of Jazzberry Jam #AC155B

Tints of Jazzberry Jam #AC155B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.39%

 BLUE value IS 91 (35.94% from 255) = 32.04%

R = 60.56%
G = 7.39%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AC155B (or 0xAC155B) is known color: Jazzberry Jam. HEX triplet: AC, 15 and 5B. RGB value is (172,21,91). Sum of RGB (Red+Green+Blue) = 172+21+91=284 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.56% from 284); Green value is 21 (8.59% from 255 or 7.39% from 284); Blue value is 91 (35.94% from 255 or 32.04% from 284); Max value from RGB is 172 - color contains mainly: red. Hex color #AC155B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC155B is #53EAA4. Grayscale: #4A4A4A. Windows color (decimal): -5499557 or 5969324. OLE color: 5969324.

HSL color Cylindrical-coordinate representation of color #AC155B: hue angle of 332.19º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC155B is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 21 91 -
CMYK 0 0.88 0.47 0.33
HSL 332.19º 0.78% 0.38% -
HSV(B) 332.19º 0.88% 0.67% -
XYZ 19.17 10.06 10.83 -
YUV 74.13 137.53 197.81 -
System Red Green Blue C M Y K H S L
Decimal 172 21 91 0 0.88 0.47 0.33 332.19 0.78 0.38
Hex AC 15 5B 0 58 2F 21 14C 4E 26
Octal 254 25 133 0 130 57 41 514 116 46
Binary 10101100 10101 1011011 0 1011000 101111 100001 101001100 1001110 100110

Color Harmonies of #AC155B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC155B

Black with #AC155B

Text Example


Text Example

White with #AC155B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC155B; }

 p { color: rgb(172,21,91); }

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

background-color css

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

 a { background-color: rgb(172,21,91); }

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

border-color css

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

 span { border-color: rgb(172,21,91); }

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