#A6166D

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

Shades of Jazzberry Jam #A6166D

Tints of Jazzberry Jam #A6166D

Color information

#A6166D (or 0xA6166D) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 16 and 6D. RGB value is (166,22,109). Sum of RGB (Red+Green+Blue) = 166+22+109=297 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.89% from 297); Green value is 22 (8.98% from 255 or 7.41% from 297); Blue value is 109 (42.97% from 255 or 36.70% from 297); Max value from RGB is 166 - color contains mainly: red. Hex color #A6166D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6166D is #59E992. Grayscale: #4A4A4A. Windows color (decimal): -5892499 or 7149222. OLE color: 7149222.

HSL color Cylindrical-coordinate representation of color #A6166D: hue angle of 323.75º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A6166D is Cyan = 0, Magento = 0.87, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB16622109-
CMYK00.870.340.35
HSL323.75º76.6%36.86%-
HSV(B)323.75º86.75%65.1%-
XYZ18.779.7815.37-
YUV74.97147.21192.93-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 55.89%
GREEN value IS 22 (8.98% from 255) = 7.41%
BLUE value IS 109 (42.97% from 255) = 36.70%
R=55.89%
G=7.41%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1662210900.870.340.35323.7576.636.86
HexA6166D05722231444d25
Octal246261550127424350411545
Binary10100110101101101101010101111000101000111010001001001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6166D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6166D; }

 p { color: rgb(166,22,109); }

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

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

 a { background-color: rgb(166,22,109); }

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

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

 span { border-color: rgb(166,22,109); }

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