Html Css Color HEX #AC1361 Jazzberry Jam

📋 copy color: '#AC1361'

red 172 ◦ green 19 ◦ blue 97

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

Shades of Jazzberry Jam #AC1361

Tints of Jazzberry Jam #AC1361

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.6%

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

R = 59.72%
G = 6.6%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AC1361 (or 0xAC1361) is known color: Jazzberry Jam. HEX triplet: AC, 13 and 61. RGB value is (172,19,97). Sum of RGB (Red+Green+Blue) = 172+19+97=288 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.72% from 288); Green value is 19 (7.81% from 255 or 6.60% from 288); Blue value is 97 (38.28% from 255 or 33.68% from 288); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1361 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1361 is #53EC9E. Grayscale: #494949. Windows color (decimal): -5500063 or 6362028. OLE color: 6362028.

HSL color Cylindrical-coordinate representation of color #AC1361: hue angle of 329.41º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC1361 is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 19 97 -
CMYK 0 0.89 0.44 0.33
HSL 329.41º 0.8% 0.37% -
HSV(B) 329.41º 0.89% 0.67% -
XYZ 19.4 10.1 12.24 -
YUV 73.64 141.19 198.16 -
System Red Green Blue C M Y K H S L
Decimal 172 19 97 0 0.89 0.44 0.33 329.41 0.8 0.37
Hex AC 13 61 0 59 2C 21 149 50 25
Octal 254 23 141 0 131 54 41 511 120 45
Binary 10101100 10011 1100001 0 1011001 101100 100001 101001001 1010000 100101

Color Harmonies of #AC1361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1361

Black with #AC1361

Text Example


Text Example

White with #AC1361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1361; }

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

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

background-color css

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

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

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

border-color css

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

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

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