Html Css Color HEX #AC1261 Jazzberry Jam

📋 copy color: '#AC1261'

red 172 ◦ green 18 ◦ blue 97

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

Shades of Jazzberry Jam #AC1261

Tints of Jazzberry Jam #AC1261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 33.8%

R = 59.93%
G = 6.27%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AC1261 (or 0xAC1261) is known color: Jazzberry Jam. HEX triplet: AC, 12 and 61. RGB value is (172,18,97). Sum of RGB (Red+Green+Blue) = 172+18+97=287 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.93% from 287); Green value is 18 (7.42% from 255 or 6.27% from 287); Blue value is 97 (38.28% from 255 or 33.80% from 287); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1261 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1261 is #53ED9E. Grayscale: #484848. Windows color (decimal): -5500319 or 6361772. OLE color: 6361772.

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

Color convert

RGB 172 18 97 -
CMYK 0 0.90 0.44 0.33
HSL 329.22º 0.81% 0.37% -
HSV(B) 329.22º 0.9% 0.67% -
XYZ 19.39 10.07 12.23 -
YUV 73.05 141.52 198.58 -
System Red Green Blue C M Y K H S L
Decimal 172 18 97 0 0.90 0.44 0.33 329.22 0.81 0.37
Hex AC 12 61 0 5A 2C 21 149 51 25
Octal 254 22 141 0 132 54 41 511 121 45
Binary 10101100 10010 1100001 0 1011010 101100 100001 101001001 1010001 100101

Color Harmonies of #AC1261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1261

Black with #AC1261

Text Example


Text Example

White with #AC1261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1261; }

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

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

background-color css

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

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

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

border-color css

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

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

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