#A7166A

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

Shades of Jazzberry Jam #A7166A

Tints of Jazzberry Jam #A7166A

Color information

#A7166A (or 0xA7166A) is unknown color: approx Jazzberry Jam. HEX triplet: A7, 16 and 6A. RGB value is (167,22,106). Sum of RGB (Red+Green+Blue) = 167+22+106=295 (39% of max value = 765). Red value is 167 (65.62% from 255 or 56.61% from 295); Green value is 22 (8.98% from 255 or 7.46% from 295); Blue value is 106 (41.80% from 255 or 35.93% from 295); Max value from RGB is 167 - color contains mainly: red. Hex color #A7166A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A7166A is #58E995. Grayscale: #4A4A4A. Windows color (decimal): -5826966 or 6952615. OLE color: 6952615.

HSL color Cylindrical-coordinate representation of color #A7166A: hue angle of 325.24º 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 #A7166A is Cyan = 0, Magento = 0.87, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB16722106-
CMYK00.870.370.35
HSL325.24º76.72%37.06%-
HSV(B)325.24º86.83%65.49%-
XYZ18.829.8314.54-
YUV74.93145.54193.67-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 56.61%
GREEN value IS 22 (8.98% from 255) = 7.46%
BLUE value IS 106 (41.80% from 255) = 35.93%
R=56.61%
G=7.46%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1672210600.870.370.35325.2476.7237.06
HexA7166A05725231454d25
Octal247261520127454350511545
Binary10100111101101101010010101111001011000111010001011001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7166A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7166A; }

 p { color: rgb(167,22,106); }

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

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

 a { background-color: rgb(167,22,106); }

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

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

 span { border-color: rgb(167,22,106); }

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