Html Css Color HEX #AC044C Jazzberry Jam

📋 copy color: '#AC044C'

red 172 ◦ green 4 ◦ blue 76

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

Shades of Jazzberry Jam #AC044C

Tints of Jazzberry Jam #AC044C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.59%

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

R = 68.25%
G = 1.59%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AC044C (or 0xAC044C) is known color: Jazzberry Jam. HEX triplet: AC, 04 and 4C. RGB value is (172,4,76). Sum of RGB (Red+Green+Blue) = 172+4+76=252 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.25% from 252); Green value is 4 (1.95% from 255 or 1.59% from 252); Blue value is 76 (30.08% from 255 or 30.16% from 252); Max value from RGB is 172 - color contains mainly: red. Hex color #AC044C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC044C is #53FBB3. Grayscale: #3E3E3E. Windows color (decimal): -5503924 or 4981932. OLE color: 4981932.

HSL color Cylindrical-coordinate representation of color #AC044C: hue angle of 334.29º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC044C is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 4 76 -
CMYK 0 0.98 0.56 0.33
HSL 334.29º 0.95% 0.35% -
HSV(B) 334.29º 0.98% 0.67% -
XYZ 18.36 9.38 7.68 -
YUV 62.44 135.66 206.15 -
System Red Green Blue C M Y K H S L
Decimal 172 4 76 0 0.98 0.56 0.33 334.29 0.95 0.35
Hex AC 4 4C 0 62 38 21 14E 5F 23
Octal 254 4 114 0 142 70 41 516 137 43
Binary 10101100 100 1001100 0 1100010 111000 100001 101001110 1011111 100011

Color Harmonies of #AC044C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC044C

Black with #AC044C

Text Example


Text Example

White with #AC044C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC044C; }

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

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

background-color css

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

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

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

border-color css

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

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

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