Html Css Color HEX #AC0557 Jazzberry Jam

📋 copy color: '#AC0557'

red 172 ◦ green 5 ◦ blue 87

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

Shades of Jazzberry Jam #AC0557

Tints of Jazzberry Jam #AC0557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 32.95%

R = 65.15%
G = 1.89%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AC0557 (or 0xAC0557) is known color: Jazzberry Jam. HEX triplet: AC, 05 and 57. RGB value is (172,5,87). Sum of RGB (Red+Green+Blue) = 172+5+87=264 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.15% from 264); Green value is 5 (2.34% from 255 or 1.89% from 264); Blue value is 87 (34.38% from 255 or 32.95% from 264); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0557 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0557 is #53FAA8. Grayscale: #404040. Windows color (decimal): -5503657 or 5703084. OLE color: 5703084.

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

Color convert

RGB 172 5 87 -
CMYK 0 0.97 0.49 0.33
HSL 330.54º 0.94% 0.35% -
HSV(B) 330.54º 0.97% 0.67% -
XYZ 18.79 9.57 9.87 -
YUV 64.28 140.83 204.83 -
System Red Green Blue C M Y K H S L
Decimal 172 5 87 0 0.97 0.49 0.33 330.54 0.94 0.35
Hex AC 5 57 0 61 31 21 14B 5E 23
Octal 254 5 127 0 141 61 41 513 136 43
Binary 10101100 101 1010111 0 1100001 110001 100001 101001011 1011110 100011

Color Harmonies of #AC0557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0557

Black with #AC0557

Text Example


Text Example

White with #AC0557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0557; }

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

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

background-color css

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

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

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

border-color css

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

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

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