Html Css Color HEX #AC1276 Jazzberry Jam

📋 copy color: '#AC1276'

red 172 ◦ green 18 ◦ blue 118

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

Shades of Jazzberry Jam #AC1276

Tints of Jazzberry Jam #AC1276

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.84%

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

R = 55.84%
G = 5.84%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AC1276 (or 0xAC1276) is known color: Jazzberry Jam. HEX triplet: AC, 12 and 76. RGB value is (172,18,118). Sum of RGB (Red+Green+Blue) = 172+18+118=308 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.84% from 308); Green value is 18 (7.42% from 255 or 5.84% from 308); Blue value is 118 (46.48% from 255 or 38.31% from 308); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1276 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1276 is #53ED89. Grayscale: #4B4B4B. Windows color (decimal): -5500298 or 7738028. OLE color: 7738028.

HSL color Cylindrical-coordinate representation of color #AC1276: hue angle of 321.04º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC1276 is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 18 118 -
CMYK 0 0.90 0.31 0.33
HSL 321.04º 0.81% 0.37% -
HSV(B) 321.04º 0.9% 0.67% -
XYZ 20.5 10.51 18.09 -
YUV 75.45 152.02 196.87 -
System Red Green Blue C M Y K H S L
Decimal 172 18 118 0 0.90 0.31 0.33 321.04 0.81 0.37
Hex AC 12 76 0 5A 1F 21 141 51 25
Octal 254 22 166 0 132 37 41 501 121 45
Binary 10101100 10010 1110110 0 1011010 11111 100001 101000001 1010001 100101

Color Harmonies of #AC1276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1276

Black with #AC1276

Text Example


Text Example

White with #AC1276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1276; }

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

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

background-color css

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

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

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

border-color css

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

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

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