Html Css Color HEX #AC0552 Jazzberry Jam

📋 copy color: '#AC0552'

red 172 ◦ green 5 ◦ blue 82

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

Shades of Jazzberry Jam #AC0552

Tints of Jazzberry Jam #AC0552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 31.66%

R = 66.41%
G = 1.93%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AC0552 (or 0xAC0552) is known color: Jazzberry Jam. HEX triplet: AC, 05 and 52. RGB value is (172,5,82). Sum of RGB (Red+Green+Blue) = 172+5+82=259 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.41% from 259); Green value is 5 (2.34% from 255 or 1.93% from 259); Blue value is 82 (32.42% from 255 or 31.66% from 259); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0552 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0552 is #53FAAD. Grayscale: #3F3F3F. Windows color (decimal): -5503662 or 5375404. OLE color: 5375404.

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

Color convert

RGB 172 5 82 -
CMYK 0 0.97 0.52 0.33
HSL 332.34º 0.94% 0.35% -
HSV(B) 332.34º 0.97% 0.67% -
XYZ 18.59 9.49 8.83 -
YUV 63.71 138.33 205.24 -
System Red Green Blue C M Y K H S L
Decimal 172 5 82 0 0.97 0.52 0.33 332.34 0.94 0.35
Hex AC 5 52 0 61 34 21 14C 5E 23
Octal 254 5 122 0 141 64 41 514 136 43
Binary 10101100 101 1010010 0 1100001 110100 100001 101001100 1011110 100011

Color Harmonies of #AC0552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0552

Black with #AC0552

Text Example


Text Example

White with #AC0552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0552; }

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

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

background-color css

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

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

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

border-color css

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

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

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