Html Css Color HEX #AC1765 Jazzberry Jam

📋 copy color: '#AC1765'

red 172 ◦ green 23 ◦ blue 101

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

Shades of Jazzberry Jam #AC1765

Tints of Jazzberry Jam #AC1765

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.77%

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

R = 58.11%
G = 7.77%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AC1765 (or 0xAC1765) is known color: Jazzberry Jam. HEX triplet: AC, 17 and 65. RGB value is (172,23,101). Sum of RGB (Red+Green+Blue) = 172+23+101=296 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.11% from 296); Green value is 23 (9.38% from 255 or 7.77% from 296); Blue value is 101 (39.84% from 255 or 34.12% from 296); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1765 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1765 is #53E89A. Grayscale: #4C4C4C. Windows color (decimal): -5499035 or 6625196. OLE color: 6625196.

HSL color Cylindrical-coordinate representation of color #AC1765: hue angle of 328.59º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC1765 is Cyan = 0, Magento = 0.87, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 23 101 -
CMYK 0 0.87 0.41 0.33
HSL 328.59º 0.76% 0.38% -
HSV(B) 328.59º 0.87% 0.67% -
XYZ 19.67 10.32 13.27 -
YUV 76.44 141.86 196.16 -
System Red Green Blue C M Y K H S L
Decimal 172 23 101 0 0.87 0.41 0.33 328.59 0.76 0.38
Hex AC 17 65 0 57 29 21 149 4C 26
Octal 254 27 145 0 127 51 41 511 114 46
Binary 10101100 10111 1100101 0 1010111 101001 100001 101001001 1001100 100110

Color Harmonies of #AC1765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1765

Black with #AC1765

Text Example


Text Example

White with #AC1765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1765; }

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

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

background-color css

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

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

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

border-color css

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

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

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