Html Css Color HEX #AC044E Jazzberry Jam

📋 copy color: '#AC044E'

red 172 ◦ green 4 ◦ blue 78

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

Shades of Jazzberry Jam #AC044E

Tints of Jazzberry Jam #AC044E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 30.71%

R = 67.72%
G = 1.57%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AC044E (or 0xAC044E) is known color: Jazzberry Jam. HEX triplet: AC, 04 and 4E. RGB value is (172,4,78). Sum of RGB (Red+Green+Blue) = 172+4+78=254 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.72% from 254); Green value is 4 (1.95% from 255 or 1.57% from 254); Blue value is 78 (30.86% from 255 or 30.71% from 254); Max value from RGB is 172 - color contains mainly: red. Hex color #AC044E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC044E is #53FBB1. Grayscale: #3E3E3E. Windows color (decimal): -5503922 or 5113004. OLE color: 5113004.

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

Color convert

RGB 172 4 78 -
CMYK 0 0.98 0.55 0.33
HSL 333.57º 0.95% 0.35% -
HSV(B) 333.57º 0.98% 0.67% -
XYZ 18.43 9.41 8.05 -
YUV 62.67 136.66 205.98 -
System Red Green Blue C M Y K H S L
Decimal 172 4 78 0 0.98 0.55 0.33 333.57 0.95 0.35
Hex AC 4 4E 0 62 37 21 14E 5F 23
Octal 254 4 116 0 142 67 41 516 137 43
Binary 10101100 100 1001110 0 1100010 110111 100001 101001110 1011111 100011

Color Harmonies of #AC044E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC044E

Black with #AC044E

Text Example


Text Example

White with #AC044E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC044E; }

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

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

background-color css

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

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

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

border-color css

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

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

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