Html Css Color HEX #AC156C Jazzberry Jam

📋 copy color: '#AC156C'

red 172 ◦ green 21 ◦ blue 108

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

Shades of Jazzberry Jam #AC156C

Tints of Jazzberry Jam #AC156C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 35.88%

R = 57.14%
G = 6.98%
B = 35.88%

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

#AC156C (or 0xAC156C) is known color: Jazzberry Jam. HEX triplet: AC, 15 and 6C. RGB value is (172,21,108). Sum of RGB (Red+Green+Blue) = 172+21+108=301 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.14% from 301); Green value is 21 (8.59% from 255 or 6.98% from 301); Blue value is 108 (42.58% from 255 or 35.88% from 301); Max value from RGB is 172 - color contains mainly: red. Hex color #AC156C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC156C is #53EA93. Grayscale: #4B4B4B. Windows color (decimal): -5499540 or 7083436. OLE color: 7083436.

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

Color convert

RGB 172 21 108 -
CMYK 0 0.88 0.37 0.33
HSL 325.43º 0.78% 0.38% -
HSV(B) 325.43º 0.88% 0.67% -
XYZ 19.99 10.39 15.14 -
YUV 76.07 146.03 196.43 -
System Red Green Blue C M Y K H S L
Decimal 172 21 108 0 0.88 0.37 0.33 325.43 0.78 0.38
Hex AC 15 6C 0 58 25 21 145 4E 26
Octal 254 25 154 0 130 45 41 505 116 46
Binary 10101100 10101 1101100 0 1011000 100101 100001 101000101 1001110 100110

Color Harmonies of #AC156C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC156C

Black with #AC156C

Text Example


Text Example

White with #AC156C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC156C; }

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

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

background-color css

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

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

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

border-color css

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

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

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