#A71573

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

Shades of Jazzberry Jam #A71573

Tints of Jazzberry Jam #A71573

Color information

#A71573 (or 0xA71573) is unknown color: approx Jazzberry Jam. HEX triplet: A7, 15 and 73. RGB value is (167,21,115). Sum of RGB (Red+Green+Blue) = 167+21+115=303 (40% of max value = 765). Red value is 167 (65.62% from 255 or 55.12% from 303); Green value is 21 (8.59% from 255 or 6.93% from 303); Blue value is 115 (45.31% from 255 or 37.95% from 303); Max value from RGB is 167 - color contains mainly: red. Hex color #A71573 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A71573 is #58EA8C. Grayscale: #4B4B4B. Windows color (decimal): -5827213 or 7542183. OLE color: 7542183.

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

Color convert

RGB16721115-
CMYK00.870.310.35
HSL321.37º77.66%36.86%-
HSV(B)321.37º87.43%65.49%-
XYZ19.39.9917.13-
YUV75.37150.37193.36-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 55.12%
GREEN value IS 21 (8.59% from 255) = 6.93%
BLUE value IS 115 (45.31% from 255) = 37.95%
R=55.12%
G=6.93%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1672111500.870.310.35321.3777.6636.86
HexA715730571F231414e25
Octal247251630127374350111645
Binary1010011110101111001101010111111111000111010000011001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A71573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A71573; }

 p { color: rgb(167,21,115); }

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

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

 a { background-color: rgb(167,21,115); }

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

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

 span { border-color: rgb(167,21,115); }

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