Html Css Color HEX #AC156D Jazzberry Jam

📋 copy color: '#AC156D'

red 172 ◦ green 21 ◦ blue 109

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

Shades of Jazzberry Jam #AC156D

Tints of Jazzberry Jam #AC156D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 36.09%

R = 56.95%
G = 6.95%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AC156D (or 0xAC156D) is known color: Jazzberry Jam. HEX triplet: AC, 15 and 6D. RGB value is (172,21,109). Sum of RGB (Red+Green+Blue) = 172+21+109=302 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.95% from 302); Green value is 21 (8.59% from 255 or 6.95% from 302); Blue value is 109 (42.97% from 255 or 36.09% from 302); Max value from RGB is 172 - color contains mainly: red. Hex color #AC156D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC156D is #53EA92. Grayscale: #4B4B4B. Windows color (decimal): -5499539 or 7148972. OLE color: 7148972.

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

Color convert

RGB 172 21 109 -
CMYK 0 0.88 0.37 0.33
HSL 325.03º 0.78% 0.38% -
HSV(B) 325.03º 0.88% 0.67% -
XYZ 20.04 10.41 15.42 -
YUV 76.18 146.53 196.34 -
System Red Green Blue C M Y K H S L
Decimal 172 21 109 0 0.88 0.37 0.33 325.03 0.78 0.38
Hex AC 15 6D 0 58 25 21 145 4E 26
Octal 254 25 155 0 130 45 41 505 116 46
Binary 10101100 10101 1101101 0 1011000 100101 100001 101000101 1001110 100110

Color Harmonies of #AC156D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC156D

Black with #AC156D

Text Example


Text Example

White with #AC156D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC156D; }

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

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

background-color css

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

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

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

border-color css

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

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

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