Html Css Color HEX #AC1149 Jazzberry Jam

📋 copy color: '#AC1149'

red 172 ◦ green 17 ◦ blue 73

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

Shades of Jazzberry Jam #AC1149

Tints of Jazzberry Jam #AC1149

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.49%

 BLUE value IS 73 (28.91% from 255) = 27.86%

R = 65.65%
G = 6.49%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AC1149 (or 0xAC1149) is known color: Jazzberry Jam. HEX triplet: AC, 11 and 49. RGB value is (172,17,73). Sum of RGB (Red+Green+Blue) = 172+17+73=262 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.65% from 262); Green value is 17 (7.03% from 255 or 6.49% from 262); Blue value is 73 (28.91% from 255 or 27.86% from 262); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1149 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1149 is #53EEB6. Grayscale: #454545. Windows color (decimal): -5500599 or 4788652. OLE color: 4788652.

HSL color Cylindrical-coordinate representation of color #AC1149: hue angle of 338.32º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC1149 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 17 73 -
CMYK 0 0.90 0.58 0.33
HSL 338.32º 0.82% 0.37% -
HSV(B) 338.32º 0.9% 0.67% -
XYZ 18.42 9.65 7.2 -
YUV 69.73 129.85 200.95 -
System Red Green Blue C M Y K H S L
Decimal 172 17 73 0 0.90 0.58 0.33 338.32 0.82 0.37
Hex AC 11 49 0 5A 3A 21 152 52 25
Octal 254 21 111 0 132 72 41 522 122 45
Binary 10101100 10001 1001001 0 1011010 111010 100001 101010010 1010010 100101

Color Harmonies of #AC1149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1149

Black with #AC1149

Text Example


Text Example

White with #AC1149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1149; }

 p { color: rgb(172,17,73); }

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

background-color css

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

 a { background-color: rgb(172,17,73); }

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

border-color css

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

 span { border-color: rgb(172,17,73); }

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