Html Css Color HEX #AC1173 Jazzberry Jam

📋 copy color: '#AC1173'

red 172 ◦ green 17 ◦ blue 115

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

Shades of Jazzberry Jam #AC1173

Tints of Jazzberry Jam #AC1173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 37.83%

R = 56.58%
G = 5.59%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AC1173 (or 0xAC1173) is known color: Jazzberry Jam. HEX triplet: AC, 11 and 73. RGB value is (172,17,115). Sum of RGB (Red+Green+Blue) = 172+17+115=304 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.58% from 304); Green value is 17 (7.03% from 255 or 5.59% from 304); Blue value is 115 (45.31% from 255 or 37.83% from 304); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1173 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1173 is #53EE8C. Grayscale: #4A4A4A. Windows color (decimal): -5500557 or 7541164. OLE color: 7541164.

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

Color convert

RGB 172 17 115 -
CMYK 0 0.90 0.33 0.33
HSL 322.06º 0.82% 0.37% -
HSV(B) 322.06º 0.9% 0.67% -
XYZ 20.31 10.41 17.16 -
YUV 74.52 150.85 197.53 -
System Red Green Blue C M Y K H S L
Decimal 172 17 115 0 0.90 0.33 0.33 322.06 0.82 0.37
Hex AC 11 73 0 5A 21 21 142 52 25
Octal 254 21 163 0 132 41 41 502 122 45
Binary 10101100 10001 1110011 0 1011010 100001 100001 101000010 1010010 100101

Color Harmonies of #AC1173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1173

Black with #AC1173

Text Example


Text Example

White with #AC1173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1173; }

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

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

background-color css

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

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

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

border-color css

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

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

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