Html Css Color HEX #AC054C Jazzberry Jam

📋 copy color: '#AC054C'

red 172 ◦ green 5 ◦ blue 76

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

Shades of Jazzberry Jam #AC054C

Tints of Jazzberry Jam #AC054C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 30.04%

R = 67.98%
G = 1.98%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AC054C (or 0xAC054C) is known color: Jazzberry Jam. HEX triplet: AC, 05 and 4C. RGB value is (172,5,76). Sum of RGB (Red+Green+Blue) = 172+5+76=253 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.98% from 253); Green value is 5 (2.34% from 255 or 1.98% from 253); Blue value is 76 (30.08% from 255 or 30.04% from 253); Max value from RGB is 172 - color contains mainly: red. Hex color #AC054C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC054C is #53FAB3. Grayscale: #3E3E3E. Windows color (decimal): -5503668 or 4982188. OLE color: 4982188.

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

Color convert

RGB 172 5 76 -
CMYK 0 0.97 0.56 0.33
HSL 334.49º 0.94% 0.35% -
HSV(B) 334.49º 0.97% 0.67% -
XYZ 18.37 9.4 7.68 -
YUV 63.03 135.33 205.73 -
System Red Green Blue C M Y K H S L
Decimal 172 5 76 0 0.97 0.56 0.33 334.49 0.94 0.35
Hex AC 5 4C 0 61 38 21 14E 5E 23
Octal 254 5 114 0 141 70 41 516 136 43
Binary 10101100 101 1001100 0 1100001 111000 100001 101001110 1011110 100011

Color Harmonies of #AC054C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC054C

Black with #AC054C

Text Example


Text Example

White with #AC054C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC054C; }

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

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

background-color css

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

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

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

border-color css

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

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

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