Html Css Color HEX #AC1573 Jazzberry Jam

📋 copy color: '#AC1573'

red 172 ◦ green 21 ◦ blue 115

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

Shades of Jazzberry Jam #AC1573

Tints of Jazzberry Jam #AC1573

RGB

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

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

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

R = 55.84%
G = 6.82%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AC1573 (or 0xAC1573) is known color: Jazzberry Jam. HEX triplet: AC, 15 and 73. RGB value is (172,21,115). Sum of RGB (Red+Green+Blue) = 172+21+115=308 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.84% from 308); Green value is 21 (8.59% from 255 or 6.82% from 308); Blue value is 115 (45.31% from 255 or 37.34% from 308); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1573 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1573 is #53EA8C. Grayscale: #4C4C4C. Windows color (decimal): -5499533 or 7542188. OLE color: 7542188.

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

Color convert

RGB 172 21 115 -
CMYK 0 0.88 0.33 0.33
HSL 322.65º 0.78% 0.38% -
HSV(B) 322.65º 0.88% 0.67% -
XYZ 20.38 10.54 17.18 -
YUV 76.87 149.53 195.86 -
System Red Green Blue C M Y K H S L
Decimal 172 21 115 0 0.88 0.33 0.33 322.65 0.78 0.38
Hex AC 15 73 0 58 21 21 143 4E 26
Octal 254 25 163 0 130 41 41 503 116 46
Binary 10101100 10101 1110011 0 1011000 100001 100001 101000011 1001110 100110

Color Harmonies of #AC1573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1573

Black with #AC1573

Text Example


Text Example

White with #AC1573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1573; }

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

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

background-color css

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

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

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

border-color css

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

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

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