Html Css Color HEX #AC1572 Jazzberry Jam

📋 copy color: '#AC1572'

red 172 ◦ green 21 ◦ blue 114

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

Shades of Jazzberry Jam #AC1572

Tints of Jazzberry Jam #AC1572

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.84%

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

R = 56.03%
G = 6.84%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AC1572 (or 0xAC1572) is known color: Jazzberry Jam. HEX triplet: AC, 15 and 72. RGB value is (172,21,114). Sum of RGB (Red+Green+Blue) = 172+21+114=307 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.03% from 307); Green value is 21 (8.59% from 255 or 6.84% from 307); Blue value is 114 (44.92% from 255 or 37.13% from 307); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1572 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1572 is #53EA8D. Grayscale: #4C4C4C. Windows color (decimal): -5499534 or 7476652. OLE color: 7476652.

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

Color convert

RGB 172 21 114 -
CMYK 0 0.88 0.34 0.33
HSL 323.05º 0.78% 0.38% -
HSV(B) 323.05º 0.88% 0.67% -
XYZ 20.32 10.52 16.88 -
YUV 76.75 149.03 195.94 -
System Red Green Blue C M Y K H S L
Decimal 172 21 114 0 0.88 0.34 0.33 323.05 0.78 0.38
Hex AC 15 72 0 58 22 21 143 4E 26
Octal 254 25 162 0 130 42 41 503 116 46
Binary 10101100 10101 1110010 0 1011000 100010 100001 101000011 1001110 100110

Color Harmonies of #AC1572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1572

Black with #AC1572

Text Example


Text Example

White with #AC1572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1572; }

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

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

background-color css

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

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

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

border-color css

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

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

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