#A71675

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

Shades of Jazzberry Jam #A71675

Tints of Jazzberry Jam #A71675

Color information

#A71675 (or 0xA71675) is unknown color: approx Jazzberry Jam. HEX triplet: A7, 16 and 75. RGB value is (167,22,117). Sum of RGB (Red+Green+Blue) = 167+22+117=306 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.58% from 306); Green value is 22 (8.98% from 255 or 7.19% from 306); Blue value is 117 (46.09% from 255 or 38.24% from 306); Max value from RGB is 167 - color contains mainly: red. Hex color #A71675 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A71675 is #58E98A. Grayscale: #4B4B4B. Windows color (decimal): -5826955 or 7673511. OLE color: 7673511.

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

Color convert

RGB16722117-
CMYK00.870.300.35
HSL320.69º76.72%37.06%-
HSV(B)320.69º86.83%65.49%-
XYZ19.4310.0717.75-
YUV76.18151.04192.78-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 54.58%
GREEN value IS 22 (8.98% from 255) = 7.19%
BLUE value IS 117 (46.09% from 255) = 38.24%
R=54.58%
G=7.19%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1672211700.870.300.35320.6976.7237.06
HexA716750571E231414d25
Octal247261650127364350111545
Binary1010011110110111010101010111111101000111010000011001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A71675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A71675; }

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

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

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

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

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

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

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

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