Html Css Color HEX #AC0551 Jazzberry Jam

📋 copy color: '#AC0551'

red 172 ◦ green 5 ◦ blue 81

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

Shades of Jazzberry Jam #AC0551

Tints of Jazzberry Jam #AC0551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 31.4%

R = 66.67%
G = 1.94%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AC0551 (or 0xAC0551) is known color: Jazzberry Jam. HEX triplet: AC, 05 and 51. RGB value is (172,5,81). Sum of RGB (Red+Green+Blue) = 172+5+81=258 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.67% from 258); Green value is 5 (2.34% from 255 or 1.94% from 258); Blue value is 81 (32.03% from 255 or 31.40% from 258); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0551 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0551 is #53FAAE. Grayscale: #3F3F3F. Windows color (decimal): -5503663 or 5309868. OLE color: 5309868.

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

Color convert

RGB 172 5 81 -
CMYK 0 0.97 0.53 0.33
HSL 332.69º 0.94% 0.35% -
HSV(B) 332.69º 0.97% 0.67% -
XYZ 18.55 9.47 8.64 -
YUV 63.6 137.83 205.32 -
System Red Green Blue C M Y K H S L
Decimal 172 5 81 0 0.97 0.53 0.33 332.69 0.94 0.35
Hex AC 5 51 0 61 35 21 14D 5E 23
Octal 254 5 121 0 141 65 41 515 136 43
Binary 10101100 101 1010001 0 1100001 110101 100001 101001101 1011110 100011

Color Harmonies of #AC0551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0551

Black with #AC0551

Text Example


Text Example

White with #AC0551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0551; }

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

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

background-color css

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

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

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

border-color css

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

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

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