Html Css Color HEX #AC055D Jazzberry Jam

📋 copy color: '#AC055D'

red 172 ◦ green 5 ◦ blue 93

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

Shades of Jazzberry Jam #AC055D

Tints of Jazzberry Jam #AC055D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 34.44%

R = 63.7%
G = 1.85%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AC055D (or 0xAC055D) is known color: Jazzberry Jam. HEX triplet: AC, 05 and 5D. RGB value is (172,5,93). Sum of RGB (Red+Green+Blue) = 172+5+93=270 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.70% from 270); Green value is 5 (2.34% from 255 or 1.85% from 270); Blue value is 93 (36.72% from 255 or 34.44% from 270); Max value from RGB is 172 - color contains mainly: red. Hex color #AC055D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC055D is #53FAA2. Grayscale: #404040. Windows color (decimal): -5503651 or 6096300. OLE color: 6096300.

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

Color convert

RGB 172 5 93 -
CMYK 0 0.97 0.46 0.33
HSL 328.38º 0.94% 0.35% -
HSV(B) 328.38º 0.97% 0.67% -
XYZ 19.04 9.67 11.22 -
YUV 64.97 143.83 204.34 -
System Red Green Blue C M Y K H S L
Decimal 172 5 93 0 0.97 0.46 0.33 328.38 0.94 0.35
Hex AC 5 5D 0 61 2E 21 148 5E 23
Octal 254 5 135 0 141 56 41 510 136 43
Binary 10101100 101 1011101 0 1100001 101110 100001 101001000 1011110 100011

Color Harmonies of #AC055D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC055D

Black with #AC055D

Text Example


Text Example

White with #AC055D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC055D; }

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

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

background-color css

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

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

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

border-color css

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

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

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