Html Css Color HEX #AC1872 Jazzberry Jam

📋 copy color: '#AC1872'

red 172 ◦ green 24 ◦ blue 114

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

Shades of Jazzberry Jam #AC1872

Tints of Jazzberry Jam #AC1872

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.74%

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

R = 55.48%
G = 7.74%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AC1872 (or 0xAC1872) is known color: Jazzberry Jam. HEX triplet: AC, 18 and 72. RGB value is (172,24,114). Sum of RGB (Red+Green+Blue) = 172+24+114=310 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.48% from 310); Green value is 24 (9.77% from 255 or 7.74% from 310); Blue value is 114 (44.92% from 255 or 36.77% from 310); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1872 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1872 is #53E78D. Grayscale: #4E4E4E. Windows color (decimal): -5498766 or 7477420. OLE color: 7477420.

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

Color convert

RGB 172 24 114 -
CMYK 0 0.86 0.34 0.33
HSL 323.51º 0.76% 0.38% -
HSV(B) 323.51º 0.86% 0.67% -
XYZ 20.38 10.64 16.9 -
YUV 78.51 148.03 194.68 -
System Red Green Blue C M Y K H S L
Decimal 172 24 114 0 0.86 0.34 0.33 323.51 0.76 0.38
Hex AC 18 72 0 56 22 21 144 4C 26
Octal 254 30 162 0 126 42 41 504 114 46
Binary 10101100 11000 1110010 0 1010110 100010 100001 101000100 1001100 100110

Color Harmonies of #AC1872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1872

Black with #AC1872

Text Example


Text Example

White with #AC1872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1872; }

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

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

background-color css

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

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

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

border-color css

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

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

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