Html Css Color HEX #AC1672 Jazzberry Jam

📋 copy color: '#AC1672'

red 172 ◦ green 22 ◦ blue 114

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

Shades of Jazzberry Jam #AC1672

Tints of Jazzberry Jam #AC1672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 37.01%

R = 55.84%
G = 7.14%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AC1672 (or 0xAC1672) is known color: Jazzberry Jam. HEX triplet: AC, 16 and 72. RGB value is (172,22,114). Sum of RGB (Red+Green+Blue) = 172+22+114=308 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.84% from 308); Green value is 22 (8.98% from 255 or 7.14% from 308); Blue value is 114 (44.92% from 255 or 37.01% from 308); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1672 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1672 is #53E98D. Grayscale: #4D4D4D. Windows color (decimal): -5499278 or 7476908. OLE color: 7476908.

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

Color convert

RGB 172 22 114 -
CMYK 0 0.87 0.34 0.33
HSL 323.2º 0.77% 0.38% -
HSV(B) 323.2º 0.87% 0.67% -
XYZ 20.34 10.56 16.89 -
YUV 77.34 148.7 195.52 -
System Red Green Blue C M Y K H S L
Decimal 172 22 114 0 0.87 0.34 0.33 323.2 0.77 0.38
Hex AC 16 72 0 57 22 21 143 4D 26
Octal 254 26 162 0 127 42 41 503 115 46
Binary 10101100 10110 1110010 0 1010111 100010 100001 101000011 1001101 100110

Color Harmonies of #AC1672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1672

Black with #AC1672

Text Example


Text Example

White with #AC1672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1672; }

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

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

background-color css

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

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

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

border-color css

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

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

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