Html Css Color HEX #AC0560 Jazzberry Jam

📋 copy color: '#AC0560'

red 172 ◦ green 5 ◦ blue 96

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

Shades of Jazzberry Jam #AC0560

Tints of Jazzberry Jam #AC0560

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.83%

 BLUE value IS 96 (37.89% from 255) = 35.16%

R = 63%
G = 1.83%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AC0560 (or 0xAC0560) is known color: Jazzberry Jam. HEX triplet: AC, 05 and 60. RGB value is (172,5,96). Sum of RGB (Red+Green+Blue) = 172+5+96=273 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.00% from 273); Green value is 5 (2.34% from 255 or 1.83% from 273); Blue value is 96 (37.89% from 255 or 35.16% from 273); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0560 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0560 is #53FA9F. Grayscale: #414141. Windows color (decimal): -5503648 or 6292908. OLE color: 6292908.

HSL color Cylindrical-coordinate representation of color #AC0560: hue angle of 327.31º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC0560 is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 5 96 -
CMYK 0 0.97 0.44 0.33
HSL 327.31º 0.94% 0.35% -
HSV(B) 327.31º 0.97% 0.67% -
XYZ 19.18 9.72 11.93 -
YUV 65.31 145.33 204.1 -
System Red Green Blue C M Y K H S L
Decimal 172 5 96 0 0.97 0.44 0.33 327.31 0.94 0.35
Hex AC 5 60 0 61 2C 21 147 5E 23
Octal 254 5 140 0 141 54 41 507 136 43
Binary 10101100 101 1100000 0 1100001 101100 100001 101000111 1011110 100011

Color Harmonies of #AC0560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0560

Black with #AC0560

Text Example


Text Example

White with #AC0560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0560; }

 p { color: rgb(172,5,96); }

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

background-color css

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

 a { background-color: rgb(172,5,96); }

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

border-color css

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

 span { border-color: rgb(172,5,96); }

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