Html Css Color HEX #AC1159 Jazzberry Jam

📋 copy color: '#AC1159'

red 172 ◦ green 17 ◦ blue 89

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

Shades of Jazzberry Jam #AC1159

Tints of Jazzberry Jam #AC1159

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 32.01%

R = 61.87%
G = 6.12%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AC1159 (or 0xAC1159) is known color: Jazzberry Jam. HEX triplet: AC, 11 and 59. RGB value is (172,17,89). Sum of RGB (Red+Green+Blue) = 172+17+89=278 (36% of max value = 765). Red value is 172 (67.58% from 255 or 61.87% from 278); Green value is 17 (7.03% from 255 or 6.12% from 278); Blue value is 89 (35.16% from 255 or 32.01% from 278); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1159 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1159 is #53EEA6. Grayscale: #474747. Windows color (decimal): -5500583 or 5837228. OLE color: 5837228.

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

Color convert

RGB 172 17 89 -
CMYK 0 0.90 0.48 0.33
HSL 332.13º 0.82% 0.37% -
HSV(B) 332.13º 0.9% 0.67% -
XYZ 19.02 9.89 10.36 -
YUV 71.55 137.85 199.65 -
System Red Green Blue C M Y K H S L
Decimal 172 17 89 0 0.90 0.48 0.33 332.13 0.82 0.37
Hex AC 11 59 0 5A 30 21 14C 52 25
Octal 254 21 131 0 132 60 41 514 122 45
Binary 10101100 10001 1011001 0 1011010 110000 100001 101001100 1010010 100101

Color Harmonies of #AC1159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1159

Black with #AC1159

Text Example


Text Example

White with #AC1159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1159; }

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

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

background-color css

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

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

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

border-color css

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

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

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