#A71661

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

Shades of Jazzberry Jam #A71661

Tints of Jazzberry Jam #A71661

Color information

#A71661 (or 0xA71661) is unknown color: approx Jazzberry Jam. HEX triplet: A7, 16 and 61. RGB value is (167,22,97). Sum of RGB (Red+Green+Blue) = 167+22+97=286 (37% of max value = 765). Red value is 167 (65.62% from 255 or 58.39% from 286); Green value is 22 (8.98% from 255 or 7.69% from 286); Blue value is 97 (38.28% from 255 or 33.92% from 286); Max value from RGB is 167 - color contains mainly: red. Hex color #A71661 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A71661 is #58E99E. Grayscale: #494949. Windows color (decimal): -5826975 or 6362791. OLE color: 6362791.

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

Color convert

RGB1672297-
CMYK00.870.420.35
HSL328.97º76.72%37.06%-
HSV(B)328.97º86.83%65.49%-
XYZ18.389.6512.2-
YUV73.9141.04194.4-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 58.39%
GREEN value IS 22 (8.98% from 255) = 7.69%
BLUE value IS 97 (38.28% from 255) = 33.92%
R=58.39%
G=7.69%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167229700.870.420.35328.9776.7237.06
HexA716610572A231494d25
Octal247261410127524351111545
Binary10100111101101100001010101111010101000111010010011001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A71661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A71661; }

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

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

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

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

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

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

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

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