Html Css Color HEX #AC166B Jazzberry Jam

📋 copy color: '#AC166B'

red 172 ◦ green 22 ◦ blue 107

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

Shades of Jazzberry Jam #AC166B

Tints of Jazzberry Jam #AC166B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.31%

 BLUE value IS 107 (42.19% from 255) = 35.55%

R = 57.14%
G = 7.31%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AC166B (or 0xAC166B) is known color: Jazzberry Jam. HEX triplet: AC, 16 and 6B. RGB value is (172,22,107). Sum of RGB (Red+Green+Blue) = 172+22+107=301 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.14% from 301); Green value is 22 (8.98% from 255 or 7.31% from 301); Blue value is 107 (42.19% from 255 or 35.55% from 301); Max value from RGB is 172 - color contains mainly: red. Hex color #AC166B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC166B is #53E994. Grayscale: #4C4C4C. Windows color (decimal): -5499285 or 7018156. OLE color: 7018156.

HSL color Cylindrical-coordinate representation of color #AC166B: hue angle of 326º degrees, saturation: 0.77, 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 #AC166B is Cyan = 0, Magento = 0.87, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 22 107 -
CMYK 0 0.87 0.38 0.33
HSL 326º 0.77% 0.38% -
HSV(B) 326º 0.87% 0.67% -
XYZ 19.95 10.41 14.87 -
YUV 76.54 145.2 196.09 -
System Red Green Blue C M Y K H S L
Decimal 172 22 107 0 0.87 0.38 0.33 326 0.77 0.38
Hex AC 16 6B 0 57 26 21 146 4D 26
Octal 254 26 153 0 127 46 41 506 115 46
Binary 10101100 10110 1101011 0 1010111 100110 100001 101000110 1001101 100110

Color Harmonies of #AC166B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC166B

Black with #AC166B

Text Example


Text Example

White with #AC166B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC166B; }

 p { color: rgb(172,22,107); }

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

background-color css

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

 a { background-color: rgb(172,22,107); }

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

border-color css

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

 span { border-color: rgb(172,22,107); }

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