#AC116A

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

Shades of Jazzberry Jam #AC116A

Tints of Jazzberry Jam #AC116A

Color information

#AC116A (or 0xAC116A) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 11 and 6A. RGB value is (172,17,106). Sum of RGB (Red+Green+Blue) = 172+17+106=295 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.31% from 295); Green value is 17 (7.03% from 255 or 5.76% from 295); Blue value is 106 (41.80% from 255 or 35.93% from 295); Max value from RGB is 172 - color contains mainly: red. Hex color #AC116A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC116A is #53EE95. Grayscale: #494949. Windows color (decimal): -5500566 or 6951340. OLE color: 6951340.

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

Color convert

RGB17217106-
CMYK00.900.380.33
HSL325.55º82.01%37.06%-
HSV(B)325.55º90.12%67.45%-
XYZ19.8210.2114.56-
YUV73.49146.35198.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 58.31%
GREEN value IS 17 (7.03% from 255) = 5.76%
BLUE value IS 106 (41.80% from 255) = 35.93%
R=58.31%
G=5.76%
B=35.93%

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
Decimal1721710600.900.380.33325.5582.0137.06
HexAC116A05A26211465225
Octal254211520132464150612245
Binary10101100100011101010010110101001101000011010001101010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC116A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC116A; }

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

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

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

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

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

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

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

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