#A7197A

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

Shades of Jazzberry Jam #A7197A

Tints of Jazzberry Jam #A7197A

Color information

#A7197A (or 0xA7197A) is unknown color: approx Jazzberry Jam. HEX triplet: A7, 19 and 7A. RGB value is (167,25,122). Sum of RGB (Red+Green+Blue) = 167+25+122=314 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.18% from 314); Green value is 25 (10.16% from 255 or 7.96% from 314); Blue value is 122 (48.05% from 255 or 38.85% from 314); Max value from RGB is 167 - color contains mainly: red. Hex color #A7197A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A7197A is #58E685. Grayscale: #4E4E4E. Windows color (decimal): -5826182 or 8001959. OLE color: 8001959.

HSL color Cylindrical-coordinate representation of color #A7197A: hue angle of 319.01º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A7197A is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB16725122-
CMYK00.850.270.35
HSL319.01º73.96%37.65%-
HSV(B)319.01º85.03%65.49%-
XYZ19.810.3219.36-
YUV78.52152.54191.11-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 53.18%
GREEN value IS 25 (10.16% from 255) = 7.96%
BLUE value IS 122 (48.05% from 255) = 38.85%
R=53.18%
G=7.96%
B=38.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1672512200.850.270.35319.0173.9637.65
HexA7197A0551B2313f4a26
Octal247311720125334347711246
Binary1010011111001111101001010101110111000111001111111001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7197A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7197A; }

 p { color: rgb(167,25,122); }

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

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

 a { background-color: rgb(167,25,122); }

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

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

 span { border-color: rgb(167,25,122); }

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