Html Css Color HEX #AC1165 Jazzberry Jam

📋 copy color: '#AC1165'

red 172 ◦ green 17 ◦ blue 101

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

Shades of Jazzberry Jam #AC1165

Tints of Jazzberry Jam #AC1165

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.86%

 BLUE value IS 101 (39.84% from 255) = 34.83%

R = 59.31%
G = 5.86%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AC1165 (or 0xAC1165) is known color: Jazzberry Jam. HEX triplet: AC, 11 and 65. RGB value is (172,17,101). Sum of RGB (Red+Green+Blue) = 172+17+101=290 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.31% from 290); Green value is 17 (7.03% from 255 or 5.86% from 290); Blue value is 101 (39.84% from 255 or 34.83% from 290); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1165 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1165 is #53EE9A. Grayscale: #484848. Windows color (decimal): -5500571 or 6623660. OLE color: 6623660.

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

Color convert

RGB 172 17 101 -
CMYK 0 0.90 0.41 0.33
HSL 327.48º 0.82% 0.37% -
HSV(B) 327.48º 0.9% 0.67% -
XYZ 19.56 10.11 13.23 -
YUV 72.92 143.85 198.67 -
System Red Green Blue C M Y K H S L
Decimal 172 17 101 0 0.90 0.41 0.33 327.48 0.82 0.37
Hex AC 11 65 0 5A 29 21 147 52 25
Octal 254 21 145 0 132 51 41 507 122 45
Binary 10101100 10001 1100101 0 1011010 101001 100001 101000111 1010010 100101

Color Harmonies of #AC1165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1165

Black with #AC1165

Text Example


Text Example

White with #AC1165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1165; }

 p { color: rgb(172,17,101); }

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

background-color css

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

 a { background-color: rgb(172,17,101); }

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

border-color css

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

 span { border-color: rgb(172,17,101); }

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