Html Css Color HEX #AC056F Jazzberry Jam

📋 copy color: '#AC056F'

red 172 ◦ green 5 ◦ blue 111

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

Shades of Jazzberry Jam #AC056F

Tints of Jazzberry Jam #AC056F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 38.54%

R = 59.72%
G = 1.74%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AC056F (or 0xAC056F) is known color: Jazzberry Jam. HEX triplet: AC, 05 and 6F. RGB value is (172,5,111). Sum of RGB (Red+Green+Blue) = 172+5+111=288 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.72% from 288); Green value is 5 (2.34% from 255 or 1.74% from 288); Blue value is 111 (43.75% from 255 or 38.54% from 288); Max value from RGB is 172 - color contains mainly: red. Hex color #AC056F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC056F is #53FA90. Grayscale: #424242. Windows color (decimal): -5503633 or 7275948. OLE color: 7275948.

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

Color convert

RGB 172 5 111 -
CMYK 0 0.97 0.35 0.33
HSL 321.92º 0.94% 0.35% -
HSV(B) 321.92º 0.97% 0.67% -
XYZ 19.94 10.03 15.92 -
YUV 67.02 152.83 202.88 -
System Red Green Blue C M Y K H S L
Decimal 172 5 111 0 0.97 0.35 0.33 321.92 0.94 0.35
Hex AC 5 6F 0 61 23 21 142 5E 23
Octal 254 5 157 0 141 43 41 502 136 43
Binary 10101100 101 1101111 0 1100001 100011 100001 101000010 1011110 100011

Color Harmonies of #AC056F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC056F

Black with #AC056F

Text Example


Text Example

White with #AC056F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC056F; }

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

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

background-color css

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

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

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

border-color css

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

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

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