Html Css Color HEX #AC156F Jazzberry Jam

📋 copy color: '#AC156F'

red 172 ◦ green 21 ◦ blue 111

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

Shades of Jazzberry Jam #AC156F

Tints of Jazzberry Jam #AC156F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 36.51%

R = 56.58%
G = 6.91%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AC156F (or 0xAC156F) is known color: Jazzberry Jam. HEX triplet: AC, 15 and 6F. RGB value is (172,21,111). Sum of RGB (Red+Green+Blue) = 172+21+111=304 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.58% from 304); Green value is 21 (8.59% from 255 or 6.91% from 304); Blue value is 111 (43.75% from 255 or 36.51% from 304); Max value from RGB is 172 - color contains mainly: red. Hex color #AC156F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC156F is #53EA90. Grayscale: #4C4C4C. Windows color (decimal): -5499537 or 7280044. OLE color: 7280044.

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

Color convert

RGB 172 21 111 -
CMYK 0 0.88 0.35 0.33
HSL 324.24º 0.78% 0.38% -
HSV(B) 324.24º 0.88% 0.67% -
XYZ 20.15 10.45 15.99 -
YUV 76.41 147.53 196.18 -
System Red Green Blue C M Y K H S L
Decimal 172 21 111 0 0.88 0.35 0.33 324.24 0.78 0.38
Hex AC 15 6F 0 58 23 21 144 4E 26
Octal 254 25 157 0 130 43 41 504 116 46
Binary 10101100 10101 1101111 0 1011000 100011 100001 101000100 1001110 100110

Color Harmonies of #AC156F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC156F

Black with #AC156F

Text Example


Text Example

White with #AC156F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC156F; }

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

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

background-color css

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

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

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

border-color css

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

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

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