Html Css Color HEX #AC1874 Jazzberry Jam

📋 copy color: '#AC1874'

red 172 ◦ green 24 ◦ blue 116

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

Shades of Jazzberry Jam #AC1874

Tints of Jazzberry Jam #AC1874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 37.18%

R = 55.13%
G = 7.69%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AC1874 (or 0xAC1874) is known color: Jazzberry Jam. HEX triplet: AC, 18 and 74. RGB value is (172,24,116). Sum of RGB (Red+Green+Blue) = 172+24+116=312 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.13% from 312); Green value is 24 (9.77% from 255 or 7.69% from 312); Blue value is 116 (45.70% from 255 or 37.18% from 312); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1874 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1874 is #53E78B. Grayscale: #4E4E4E. Windows color (decimal): -5498764 or 7608492. OLE color: 7608492.

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

Color convert

RGB 172 24 116 -
CMYK 0 0.86 0.33 0.33
HSL 322.7º 0.76% 0.38% -
HSV(B) 322.7º 0.86% 0.67% -
XYZ 20.49 10.68 17.51 -
YUV 78.74 149.03 194.52 -
System Red Green Blue C M Y K H S L
Decimal 172 24 116 0 0.86 0.33 0.33 322.7 0.76 0.38
Hex AC 18 74 0 56 21 21 143 4C 26
Octal 254 30 164 0 126 41 41 503 114 46
Binary 10101100 11000 1110100 0 1010110 100001 100001 101000011 1001100 100110

Color Harmonies of #AC1874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1874

Black with #AC1874

Text Example


Text Example

White with #AC1874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1874; }

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

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

background-color css

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

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

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

border-color css

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

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

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