Html Css Color HEX #AC1673 Jazzberry Jam

📋 copy color: '#AC1673'

red 172 ◦ green 22 ◦ blue 115

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

Shades of Jazzberry Jam #AC1673

Tints of Jazzberry Jam #AC1673

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.12%

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

R = 55.66%
G = 7.12%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AC1673 (or 0xAC1673) is known color: Jazzberry Jam. HEX triplet: AC, 16 and 73. RGB value is (172,22,115). Sum of RGB (Red+Green+Blue) = 172+22+115=309 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.66% from 309); Green value is 22 (8.98% from 255 or 7.12% from 309); Blue value is 115 (45.31% from 255 or 37.22% from 309); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1673 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1673 is #53E98C. Grayscale: #4D4D4D. Windows color (decimal): -5499277 or 7542444. OLE color: 7542444.

HSL color Cylindrical-coordinate representation of color #AC1673: hue angle of 322.8º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC1673 is Cyan = 0, Magento = 0.87, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 22 115 -
CMYK 0 0.87 0.33 0.33
HSL 322.8º 0.77% 0.38% -
HSV(B) 322.8º 0.87% 0.67% -
XYZ 20.39 10.58 17.19 -
YUV 77.45 149.2 195.44 -
System Red Green Blue C M Y K H S L
Decimal 172 22 115 0 0.87 0.33 0.33 322.8 0.77 0.38
Hex AC 16 73 0 57 21 21 143 4D 26
Octal 254 26 163 0 127 41 41 503 115 46
Binary 10101100 10110 1110011 0 1010111 100001 100001 101000011 1001101 100110

Color Harmonies of #AC1673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1673

Black with #AC1673

Text Example


Text Example

White with #AC1673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1673; }

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

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

background-color css

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

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

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

border-color css

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

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

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