#A71775

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

Shades of Jazzberry Jam #A71775

Tints of Jazzberry Jam #A71775

Color information

#A71775 (or 0xA71775) is unknown color: approx Jazzberry Jam. HEX triplet: A7, 17 and 75. RGB value is (167,23,117). Sum of RGB (Red+Green+Blue) = 167+23+117=307 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.40% from 307); Green value is 23 (9.38% from 255 or 7.49% from 307); Blue value is 117 (46.09% from 255 or 38.11% from 307); Max value from RGB is 167 - color contains mainly: red. Hex color #A71775 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A71775 is #58E88A. Grayscale: #4C4C4C. Windows color (decimal): -5826699 or 7673767. OLE color: 7673767.

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

Color convert

RGB16723117-
CMYK00.860.300.35
HSL320.83º75.79%37.25%-
HSV(B)320.83º86.23%65.49%-
XYZ19.4510.1117.76-
YUV76.77150.71192.36-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 54.40%
GREEN value IS 23 (9.38% from 255) = 7.49%
BLUE value IS 117 (46.09% from 255) = 38.11%
R=54.40%
G=7.49%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1672311700.860.300.35320.8375.7937.25
HexA717750561E231414c25
Octal247271650126364350111445
Binary1010011110111111010101010110111101000111010000011001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A71775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A71775; }

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

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

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

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

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

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

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

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