Html Css Color HEX #AC0561 Jazzberry Jam

📋 copy color: '#AC0561'

red 172 ◦ green 5 ◦ blue 97

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

Shades of Jazzberry Jam #AC0561

Tints of Jazzberry Jam #AC0561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 35.4%

R = 62.77%
G = 1.82%
B = 35.4%

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

#AC0561 (or 0xAC0561) is known color: Jazzberry Jam. HEX triplet: AC, 05 and 61. RGB value is (172,5,97). Sum of RGB (Red+Green+Blue) = 172+5+97=274 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.77% from 274); Green value is 5 (2.34% from 255 or 1.82% from 274); Blue value is 97 (38.28% from 255 or 35.40% from 274); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0561 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0561 is #53FA9E. Grayscale: #414141. Windows color (decimal): -5503647 or 6358444. OLE color: 6358444.

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

Color convert

RGB 172 5 97 -
CMYK 0 0.97 0.44 0.33
HSL 326.95º 0.94% 0.35% -
HSV(B) 326.95º 0.97% 0.67% -
XYZ 19.23 9.74 12.18 -
YUV 65.42 145.83 204.02 -
System Red Green Blue C M Y K H S L
Decimal 172 5 97 0 0.97 0.44 0.33 326.95 0.94 0.35
Hex AC 5 61 0 61 2C 21 147 5E 23
Octal 254 5 141 0 141 54 41 507 136 43
Binary 10101100 101 1100001 0 1100001 101100 100001 101000111 1011110 100011

Color Harmonies of #AC0561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0561

Black with #AC0561

Text Example


Text Example

White with #AC0561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0561; }

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

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

background-color css

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

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

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

border-color css

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

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

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