Html Css Color HEX #AC0547 Jazzberry Jam

📋 copy color: '#AC0547'

red 172 ◦ green 5 ◦ blue 71

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

Shades of Jazzberry Jam #AC0547

Tints of Jazzberry Jam #AC0547

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 28.63%

R = 69.35%
G = 2.02%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AC0547 (or 0xAC0547) is known color: Jazzberry Jam. HEX triplet: AC, 05 and 47. RGB value is (172,5,71). Sum of RGB (Red+Green+Blue) = 172+5+71=248 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.35% from 248); Green value is 5 (2.34% from 255 or 2.02% from 248); Blue value is 71 (28.12% from 255 or 28.63% from 248); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0547 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0547 is #53FAB8. Grayscale: #3E3E3E. Windows color (decimal): -5503673 or 4654508. OLE color: 4654508.

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

Color convert

RGB 172 5 71 -
CMYK 0 0.97 0.59 0.33
HSL 336.29º 0.94% 0.35% -
HSV(B) 336.29º 0.97% 0.67% -
XYZ 18.2 9.33 6.8 -
YUV 62.46 132.83 206.13 -
System Red Green Blue C M Y K H S L
Decimal 172 5 71 0 0.97 0.59 0.33 336.29 0.94 0.35
Hex AC 5 47 0 61 3B 21 150 5E 23
Octal 254 5 107 0 141 73 41 520 136 43
Binary 10101100 101 1000111 0 1100001 111011 100001 101010000 1011110 100011

Color Harmonies of #AC0547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0547

Black with #AC0547

Text Example


Text Example

White with #AC0547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0547; }

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

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

background-color css

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

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

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

border-color css

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

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

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