Html Css Color HEX #AC1876 Jazzberry Jam

📋 copy color: '#AC1876'

red 172 ◦ green 24 ◦ blue 118

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

Shades of Jazzberry Jam #AC1876

Tints of Jazzberry Jam #AC1876

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 37.58%

R = 54.78%
G = 7.64%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AC1876 (or 0xAC1876) is known color: Jazzberry Jam. HEX triplet: AC, 18 and 76. RGB value is (172,24,118). Sum of RGB (Red+Green+Blue) = 172+24+118=314 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.78% from 314); Green value is 24 (9.77% from 255 or 7.64% from 314); Blue value is 118 (46.48% from 255 or 37.58% from 314); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1876 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1876 is #53E789. Grayscale: #4E4E4E. Windows color (decimal): -5498762 or 7739564. OLE color: 7739564.

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

Color convert

RGB 172 24 118 -
CMYK 0 0.86 0.31 0.33
HSL 321.89º 0.76% 0.38% -
HSV(B) 321.89º 0.86% 0.67% -
XYZ 20.61 10.73 18.12 -
YUV 78.97 150.03 194.36 -
System Red Green Blue C M Y K H S L
Decimal 172 24 118 0 0.86 0.31 0.33 321.89 0.76 0.38
Hex AC 18 76 0 56 1F 21 142 4C 26
Octal 254 30 166 0 126 37 41 502 114 46
Binary 10101100 11000 1110110 0 1010110 11111 100001 101000010 1001100 100110

Color Harmonies of #AC1876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1876

Black with #AC1876

Text Example


Text Example

White with #AC1876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1876; }

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

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

background-color css

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

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

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

border-color css

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

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

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