#A81A71

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

Shades of Jazzberry Jam #A81A71

Tints of Jazzberry Jam #A81A71

Color information

#A81A71 (or 0xA81A71) is unknown color: approx Jazzberry Jam. HEX triplet: A8, 1A and 71. RGB value is (168,26,113). Sum of RGB (Red+Green+Blue) = 168+26+113=307 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.72% from 307); Green value is 26 (10.55% from 255 or 8.47% from 307); Blue value is 113 (44.53% from 255 or 36.81% from 307); Max value from RGB is 168 - color contains mainly: red. Hex color #A81A71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A81A71 is #57E58E. Grayscale: #4E4E4E. Windows color (decimal): -5760399 or 7412392. OLE color: 7412392.

HSL color Cylindrical-coordinate representation of color #A81A71: hue angle of 323.24º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A81A71 is Cyan = 0, Magento = 0.85, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB16826113-
CMYK00.850.330.34
HSL323.24º73.2%38.04%-
HSV(B)323.24º84.52%65.88%-
XYZ19.510.2616.57-
YUV78.38147.54191.93-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 54.72%
GREEN value IS 26 (10.55% from 255) = 8.47%
BLUE value IS 113 (44.53% from 255) = 36.81%
R=54.72%
G=8.47%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1682611300.850.330.34323.2473.238.04
HexA81A7105521221434926
Octal250321610125414250311146
Binary10101000110101110001010101011000011000101010000111001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A81A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A81A71; }

 p { color: rgb(168,26,113); }

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

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

 a { background-color: rgb(168,26,113); }

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

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

 span { border-color: rgb(168,26,113); }

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