Html Css Color HEX #AC055C Jazzberry Jam

📋 copy color: '#AC055C'

red 172 ◦ green 5 ◦ blue 92

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

Shades of Jazzberry Jam #AC055C

Tints of Jazzberry Jam #AC055C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 34.2%

R = 63.94%
G = 1.86%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AC055C (or 0xAC055C) is known color: Jazzberry Jam. HEX triplet: AC, 05 and 5C. RGB value is (172,5,92). Sum of RGB (Red+Green+Blue) = 172+5+92=269 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.94% from 269); Green value is 5 (2.34% from 255 or 1.86% from 269); Blue value is 92 (36.33% from 255 or 34.20% from 269); Max value from RGB is 172 - color contains mainly: red. Hex color #AC055C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC055C is #53FAA3. Grayscale: #404040. Windows color (decimal): -5503652 or 6030764. OLE color: 6030764.

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

Color convert

RGB 172 5 92 -
CMYK 0 0.97 0.47 0.33
HSL 328.74º 0.94% 0.35% -
HSV(B) 328.74º 0.97% 0.67% -
XYZ 19 9.65 10.99 -
YUV 64.85 143.33 204.43 -
System Red Green Blue C M Y K H S L
Decimal 172 5 92 0 0.97 0.47 0.33 328.74 0.94 0.35
Hex AC 5 5C 0 61 2F 21 149 5E 23
Octal 254 5 134 0 141 57 41 511 136 43
Binary 10101100 101 1011100 0 1100001 101111 100001 101001001 1011110 100011

Color Harmonies of #AC055C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC055C

Black with #AC055C

Text Example


Text Example

White with #AC055C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC055C; }

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

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

background-color css

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

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

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

border-color css

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

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

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