Html Css Color HEX #AC054A Jazzberry Jam

📋 copy color: '#AC054A'

red 172 ◦ green 5 ◦ blue 74

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

Shades of Jazzberry Jam #AC054A

Tints of Jazzberry Jam #AC054A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 29.48%

R = 68.53%
G = 1.99%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AC054A (or 0xAC054A) is known color: Jazzberry Jam. HEX triplet: AC, 05 and 4A. RGB value is (172,5,74). Sum of RGB (Red+Green+Blue) = 172+5+74=251 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.53% from 251); Green value is 5 (2.34% from 255 or 1.99% from 251); Blue value is 74 (29.30% from 255 or 29.48% from 251); Max value from RGB is 172 - color contains mainly: red. Hex color #AC054A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC054A is #53FAB5. Grayscale: #3E3E3E. Windows color (decimal): -5503670 or 4851116. OLE color: 4851116.

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

Color convert

RGB 172 5 74 -
CMYK 0 0.97 0.57 0.33
HSL 335.21º 0.94% 0.35% -
HSV(B) 335.21º 0.97% 0.67% -
XYZ 18.3 9.37 7.32 -
YUV 62.8 134.33 205.89 -
System Red Green Blue C M Y K H S L
Decimal 172 5 74 0 0.97 0.57 0.33 335.21 0.94 0.35
Hex AC 5 4A 0 61 39 21 14F 5E 23
Octal 254 5 112 0 141 71 41 517 136 43
Binary 10101100 101 1001010 0 1100001 111001 100001 101001111 1011110 100011

Color Harmonies of #AC054A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC054A

Black with #AC054A

Text Example


Text Example

White with #AC054A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC054A; }

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

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

background-color css

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

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

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

border-color css

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

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

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