Html Css Color HEX #AC0548 Jazzberry Jam

📋 copy color: '#AC0548'

red 172 ◦ green 5 ◦ blue 72

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

Shades of Jazzberry Jam #AC0548

Tints of Jazzberry Jam #AC0548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 28.92%

R = 69.08%
G = 2.01%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AC0548 (or 0xAC0548) is known color: Jazzberry Jam. HEX triplet: AC, 05 and 48. RGB value is (172,5,72). Sum of RGB (Red+Green+Blue) = 172+5+72=249 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.08% from 249); Green value is 5 (2.34% from 255 or 2.01% from 249); Blue value is 72 (28.52% from 255 or 28.92% from 249); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0548 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0548 is #53FAB7. Grayscale: #3E3E3E. Windows color (decimal): -5503672 or 4720044. OLE color: 4720044.

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

Color convert

RGB 172 5 72 -
CMYK 0 0.97 0.58 0.33
HSL 335.93º 0.94% 0.35% -
HSV(B) 335.93º 0.97% 0.67% -
XYZ 18.24 9.35 6.97 -
YUV 62.57 133.33 206.05 -
System Red Green Blue C M Y K H S L
Decimal 172 5 72 0 0.97 0.58 0.33 335.93 0.94 0.35
Hex AC 5 48 0 61 3A 21 150 5E 23
Octal 254 5 110 0 141 72 41 520 136 43
Binary 10101100 101 1001000 0 1100001 111010 100001 101010000 1011110 100011

Color Harmonies of #AC0548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0548

Black with #AC0548

Text Example


Text Example

White with #AC0548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0548; }

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

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

background-color css

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

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

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

border-color css

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

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

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