Html Css Color HEX #AC1372 Jazzberry Jam

📋 copy color: '#AC1372'

red 172 ◦ green 19 ◦ blue 114

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

Shades of Jazzberry Jam #AC1372

Tints of Jazzberry Jam #AC1372

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.23%

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

R = 56.39%
G = 6.23%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AC1372 (or 0xAC1372) is known color: Jazzberry Jam. HEX triplet: AC, 13 and 72. RGB value is (172,19,114). Sum of RGB (Red+Green+Blue) = 172+19+114=305 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.39% from 305); Green value is 19 (7.81% from 255 or 6.23% from 305); Blue value is 114 (44.92% from 255 or 37.38% from 305); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1372 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1372 is #53EC8D. Grayscale: #4B4B4B. Windows color (decimal): -5500046 or 7476140. OLE color: 7476140.

HSL color Cylindrical-coordinate representation of color #AC1372: hue angle of 322.75º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC1372 is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 19 114 -
CMYK 0 0.89 0.34 0.33
HSL 322.75º 0.8% 0.37% -
HSV(B) 322.75º 0.89% 0.67% -
XYZ 20.28 10.45 16.87 -
YUV 75.58 149.69 196.78 -
System Red Green Blue C M Y K H S L
Decimal 172 19 114 0 0.89 0.34 0.33 322.75 0.8 0.37
Hex AC 13 72 0 59 22 21 143 50 25
Octal 254 23 162 0 131 42 41 503 120 45
Binary 10101100 10011 1110010 0 1011001 100010 100001 101000011 1010000 100101

Color Harmonies of #AC1372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1372

Black with #AC1372

Text Example


Text Example

White with #AC1372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1372; }

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

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

background-color css

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

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

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

border-color css

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

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

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