#A7166E

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

Shades of Jazzberry Jam #A7166E

Tints of Jazzberry Jam #A7166E

Color information

#A7166E (or 0xA7166E) is unknown color: approx Jazzberry Jam. HEX triplet: A7, 16 and 6E. RGB value is (167,22,110). Sum of RGB (Red+Green+Blue) = 167+22+110=299 (39% of max value = 765). Red value is 167 (65.62% from 255 or 55.85% from 299); Green value is 22 (8.98% from 255 or 7.36% from 299); Blue value is 110 (43.36% from 255 or 36.79% from 299); Max value from RGB is 167 - color contains mainly: red. Hex color #A7166E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A7166E is #58E991. Grayscale: #4B4B4B. Windows color (decimal): -5826962 or 7214759. OLE color: 7214759.

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

Color convert

RGB16722110-
CMYK00.870.340.35
HSL323.59º76.72%37.06%-
HSV(B)323.59º86.83%65.49%-
XYZ19.049.9215.66-
YUV75.39147.54193.34-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 55.85%
GREEN value IS 22 (8.98% from 255) = 7.36%
BLUE value IS 110 (43.36% from 255) = 36.79%
R=55.85%
G=7.36%
B=36.79%

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
Decimal1672211000.870.340.35323.5976.7237.06
HexA7166E05722231444d25
Octal247261560127424350411545
Binary10100111101101101110010101111000101000111010001001001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7166E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7166E; }

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

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

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

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

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

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

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

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