#A71764

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

Shades of Jazzberry Jam #A71764

Tints of Jazzberry Jam #A71764

Color information

#A71764 (or 0xA71764) is unknown color: approx Jazzberry Jam. HEX triplet: A7, 17 and 64. RGB value is (167,23,100). Sum of RGB (Red+Green+Blue) = 167+23+100=290 (38% of max value = 765). Red value is 167 (65.62% from 255 or 57.59% from 290); Green value is 23 (9.38% from 255 or 7.93% from 290); Blue value is 100 (39.45% from 255 or 34.48% from 290); Max value from RGB is 167 - color contains mainly: red. Hex color #A71764 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A71764 is #58E89B. Grayscale: #4A4A4A. Windows color (decimal): -5826716 or 6559655. OLE color: 6559655.

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

Color convert

RGB16723100-
CMYK00.860.400.35
HSL327.92º75.79%37.25%-
HSV(B)327.92º86.23%65.49%-
XYZ18.549.7512.96-
YUV74.83142.21193.74-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 57.59%
GREEN value IS 23 (9.38% from 255) = 7.93%
BLUE value IS 100 (39.45% from 255) = 34.48%
R=57.59%
G=7.93%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1672310000.860.400.35327.9275.7937.25
HexA7176405628231484c25
Octal247271440126504351011445
Binary10100111101111100100010101101010001000111010010001001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A71764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A71764; }

 p { color: rgb(167,23,100); }

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

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

 a { background-color: rgb(167,23,100); }

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

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

 span { border-color: rgb(167,23,100); }

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