#AC116B

Color #AC116B Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #AC116B

Tints of Jazzberry Jam #AC116B

Color information

#AC116B (or 0xAC116B) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 11 and 6B. RGB value is (172,17,107). Sum of RGB (Red+Green+Blue) = 172+17+107=296 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.11% from 296); Green value is 17 (7.03% from 255 or 5.74% from 296); Blue value is 107 (42.19% from 255 or 36.15% from 296); Max value from RGB is 172 - color contains mainly: red. Hex color #AC116B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC116B is #53EE94. Grayscale: #494949. Windows color (decimal): -5500565 or 7016876. OLE color: 7016876.

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

Color convert

RGB17217107-
CMYK00.900.380.33
HSL325.16º82.01%37.06%-
HSV(B)325.16º90.12%67.45%-
XYZ19.8710.2314.84-
YUV73.6146.85198.18-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 58.11%
GREEN value IS 17 (7.03% from 255) = 5.74%
BLUE value IS 107 (42.19% from 255) = 36.15%
R=58.11%
G=5.74%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721710700.900.380.33325.1682.0137.06
HexAC116B05A26211455225
Octal254211530132464150512245
Binary10101100100011101011010110101001101000011010001011010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC116B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC116B; }

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

 H1.HeaderClassName
 {
   color: #AC116B;
 }
 .AnyTagClassName
 {
   color: #AC116B;
 }
</style>
background-color css

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

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

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

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

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

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