Html Css Color HEX #AC155C Jazzberry Jam

📋 copy color: '#AC155C'

red 172 ◦ green 21 ◦ blue 92

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

Shades of Jazzberry Jam #AC155C

Tints of Jazzberry Jam #AC155C

RGB

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

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

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

R = 60.35%
G = 7.37%
B = 32.28%

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

#AC155C (or 0xAC155C) is known color: Jazzberry Jam. HEX triplet: AC, 15 and 5C. RGB value is (172,21,92). Sum of RGB (Red+Green+Blue) = 172+21+92=285 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.35% from 285); Green value is 21 (8.59% from 255 or 7.37% from 285); Blue value is 92 (36.33% from 255 or 32.28% from 285); Max value from RGB is 172 - color contains mainly: red. Hex color #AC155C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC155C is #53EAA3. Grayscale: #4A4A4A. Windows color (decimal): -5499556 or 6034860. OLE color: 6034860.

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

Color convert

RGB 172 21 92 -
CMYK 0 0.88 0.47 0.33
HSL 331.79º 0.78% 0.38% -
HSV(B) 331.79º 0.88% 0.67% -
XYZ 19.21 10.08 11.06 -
YUV 74.24 138.03 197.73 -
System Red Green Blue C M Y K H S L
Decimal 172 21 92 0 0.88 0.47 0.33 331.79 0.78 0.38
Hex AC 15 5C 0 58 2F 21 14C 4E 26
Octal 254 25 134 0 130 57 41 514 116 46
Binary 10101100 10101 1011100 0 1011000 101111 100001 101001100 1001110 100110

Color Harmonies of #AC155C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC155C

Black with #AC155C

Text Example


Text Example

White with #AC155C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC155C; }

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

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

background-color css

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

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

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

border-color css

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

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

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