Html Css Color HEX #AC1473 Jazzberry Jam

📋 copy color: '#AC1473'

red 172 ◦ green 20 ◦ blue 115

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

Shades of Jazzberry Jam #AC1473

Tints of Jazzberry Jam #AC1473

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.51%

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

R = 56.03%
G = 6.51%
B = 37.46%

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

#AC1473 (or 0xAC1473) is known color: Jazzberry Jam. HEX triplet: AC, 14 and 73. RGB value is (172,20,115). Sum of RGB (Red+Green+Blue) = 172+20+115=307 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.03% from 307); Green value is 20 (8.20% from 255 or 6.51% from 307); Blue value is 115 (45.31% from 255 or 37.46% from 307); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1473 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1473 is #53EB8C. Grayscale: #4C4C4C. Windows color (decimal): -5499789 or 7541932. OLE color: 7541932.

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

Color convert

RGB 172 20 115 -
CMYK 0 0.88 0.33 0.33
HSL 322.5º 0.79% 0.38% -
HSV(B) 322.5º 0.88% 0.67% -
XYZ 20.36 10.51 17.18 -
YUV 76.28 149.86 196.28 -
System Red Green Blue C M Y K H S L
Decimal 172 20 115 0 0.88 0.33 0.33 322.5 0.79 0.38
Hex AC 14 73 0 58 21 21 142 4F 26
Octal 254 24 163 0 130 41 41 502 117 46
Binary 10101100 10100 1110011 0 1011000 100001 100001 101000010 1001111 100110

Color Harmonies of #AC1473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1473

Black with #AC1473

Text Example


Text Example

White with #AC1473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1473; }

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

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

background-color css

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

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

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

border-color css

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

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

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