Html Css Color HEX #AC0554 Jazzberry Jam

📋 copy color: '#AC0554'

red 172 ◦ green 5 ◦ blue 84

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

Shades of Jazzberry Jam #AC0554

Tints of Jazzberry Jam #AC0554

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 32.18%

R = 65.9%
G = 1.92%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AC0554 (or 0xAC0554) is known color: Jazzberry Jam. HEX triplet: AC, 05 and 54. RGB value is (172,5,84). Sum of RGB (Red+Green+Blue) = 172+5+84=261 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.90% from 261); Green value is 5 (2.34% from 255 or 1.92% from 261); Blue value is 84 (33.20% from 255 or 32.18% from 261); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0554 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0554 is #53FAAB. Grayscale: #3F3F3F. Windows color (decimal): -5503660 or 5506476. OLE color: 5506476.

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

Color convert

RGB 172 5 84 -
CMYK 0 0.97 0.51 0.33
HSL 331.62º 0.94% 0.35% -
HSV(B) 331.62º 0.97% 0.67% -
XYZ 18.67 9.52 9.24 -
YUV 63.94 139.33 205.08 -
System Red Green Blue C M Y K H S L
Decimal 172 5 84 0 0.97 0.51 0.33 331.62 0.94 0.35
Hex AC 5 54 0 61 33 21 14C 5E 23
Octal 254 5 124 0 141 63 41 514 136 43
Binary 10101100 101 1010100 0 1100001 110011 100001 101001100 1011110 100011

Color Harmonies of #AC0554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0554

Black with #AC0554

Text Example


Text Example

White with #AC0554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0554; }

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

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

background-color css

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

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

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

border-color css

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

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

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