Html Css Color HEX #AC1674 Jazzberry Jam

📋 copy color: '#AC1674'

red 172 ◦ green 22 ◦ blue 116

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

Shades of Jazzberry Jam #AC1674

Tints of Jazzberry Jam #AC1674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 37.42%

R = 55.48%
G = 7.1%
B = 37.42%

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

#AC1674 (or 0xAC1674) is known color: Jazzberry Jam. HEX triplet: AC, 16 and 74. RGB value is (172,22,116). Sum of RGB (Red+Green+Blue) = 172+22+116=310 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.48% from 310); Green value is 22 (8.98% from 255 or 7.10% from 310); Blue value is 116 (45.70% from 255 or 37.42% from 310); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1674 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1674 is #53E98B. Grayscale: #4D4D4D. Windows color (decimal): -5499276 or 7607980. OLE color: 7607980.

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

Color convert

RGB 172 22 116 -
CMYK 0 0.87 0.33 0.33
HSL 322.4º 0.77% 0.38% -
HSV(B) 322.4º 0.87% 0.67% -
XYZ 20.45 10.61 17.49 -
YUV 77.57 149.7 195.36 -
System Red Green Blue C M Y K H S L
Decimal 172 22 116 0 0.87 0.33 0.33 322.4 0.77 0.38
Hex AC 16 74 0 57 21 21 142 4D 26
Octal 254 26 164 0 127 41 41 502 115 46
Binary 10101100 10110 1110100 0 1010111 100001 100001 101000010 1001101 100110

Color Harmonies of #AC1674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1674

Black with #AC1674

Text Example


Text Example

White with #AC1674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1674; }

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

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

background-color css

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

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

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

border-color css

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

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

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